Home
last modified time | relevance | path

Searched refs:SyncRoot (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs262 public object SyncRoot property in Antlr.Runtime.Collections.HashList.KeyCollection
264 get { return _hashList.SyncRoot; }
333 public object SyncRoot property in Antlr.Runtime.Collections.HashList.ValueCollection
335 get { return _hashList.SyncRoot; }
466 public object SyncRoot property in Antlr.Runtime.Collections.HashList
468 get { return _dictionary.SyncRoot; }
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs148 public object SyncRoot property in Antlr.Runtime.JavaExtensions.SubList
152 return _source.SyncRoot;
239 public object SyncRoot property in Antlr.Runtime.JavaExtensions.SubList
245 return sourceCollection.SyncRoot;