Home
last modified time | relevance | path

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

/external/antlr/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/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;
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs528 object ICollection.SyncRoot { get { return this; } }
695 public object SyncRoot { get { return parent; } } property in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs525 object ICollection.SyncRoot { get { return this; } }
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs400 Assert.AreSame(dictionary, dictionary.SyncRoot); in IDictionary_SyncRoot()
DRepeatedFieldTest.cs570 Assert.AreSame(list, list.SyncRoot); in IList_SyncRoot()