Home
last modified time | relevance | path

Searched refs:IsSynchronized (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs247 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList.KeyCollection
249 get { return _hashList.IsSynchronized; }
318 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList.ValueCollection
320 get { return _hashList.IsSynchronized; }
446 public bool IsSynchronized property in Antlr.Runtime.Collections.HashList
448 get { return _dictionary.IsSynchronized; }
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs140 public bool IsSynchronized property in Antlr.Runtime.JavaExtensions.SubList
227 public bool IsSynchronized property in Antlr.Runtime.JavaExtensions.SubList
233 return sourceCollection.IsSynchronized;
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs529 bool ICollection.IsSynchronized { get { return false; } }
704 public bool IsSynchronized { get { return false; } } property in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs554 bool ICollection.IsSynchronized => false;
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs393 Assert.IsFalse(dictionary.IsSynchronized); in IDictionary_IsSynchronized()
DRepeatedFieldTest.cs679 Assert.IsFalse(list.IsSynchronized); in IList_IsSynchronized()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs393 Assert.IsFalse(dictionary.IsSynchronized); in IDictionary_IsSynchronized()
DRepeatedFieldTest.cs679 Assert.IsFalse(list.IsSynchronized); in IList_IsSynchronized()