Searched refs:IsSynchronized (Results 1 – 8 of 8) sorted by relevance
247 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList.KeyCollection249 get { return _hashList.IsSynchronized; }318 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList.ValueCollection320 get { return _hashList.IsSynchronized; }446 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList448 get { return _dictionary.IsSynchronized; }
140 public bool IsSynchronized property in Antlr.Runtime.JavaExtensions.SubList227 public bool IsSynchronized property in Antlr.Runtime.JavaExtensions.SubList233 return sourceCollection.IsSynchronized;
529 bool ICollection.IsSynchronized { get { return false; } }704 public bool IsSynchronized { get { return false; } } property in Google.Protobuf.Collections.MapField.MapView
554 bool ICollection.IsSynchronized => false;
393 Assert.IsFalse(dictionary.IsSynchronized); in IDictionary_IsSynchronized()
679 Assert.IsFalse(list.IsSynchronized); in IList_IsSynchronized()