Searched refs:SyncRoot (Results 1 – 8 of 8) sorted by relevance
262 public object SyncRoot property in Antlr.Runtime.Collections.HashList.KeyCollection264 get { return _hashList.SyncRoot; }333 public object SyncRoot property in Antlr.Runtime.Collections.HashList.ValueCollection335 get { return _hashList.SyncRoot; }466 public object SyncRoot property in Antlr.Runtime.Collections.HashList468 get { return _dictionary.SyncRoot; }
148 public object SyncRoot property in Antlr.Runtime.JavaExtensions.SubList152 return _source.SyncRoot;239 public object SyncRoot property in Antlr.Runtime.JavaExtensions.SubList245 return sourceCollection.SyncRoot;
531 object ICollection.SyncRoot { get { return this; } }706 public object SyncRoot { get { return parent; } } property in Google.Protobuf.Collections.MapField.MapView
556 object ICollection.SyncRoot => this;
400 Assert.AreSame(dictionary, dictionary.SyncRoot); in IDictionary_SyncRoot()
656 Assert.AreSame(list, list.SyncRoot); in IList_SyncRoot()