Searched refs:IsFixedSize (Results 1 – 11 of 11) sorted by relevance
67 public bool IsFixedSize property in Antlr.Runtime.JavaExtensions.SubList286 public bool IsFixedSize property in Antlr.Runtime.JavaExtensions.SubList292 return sourceCollection.IsFixedSize;
319 bool IsFixedSize() const {330 if (!IsFixedSize())
437 public bool IsFixedSize property in Antlr.Runtime.Collections.HashList439 get { return _dictionary.IsFixedSize; }
36 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
547 bool IList.IsFixedSize => false;
523 bool IDictionary.IsFixedSize { get { return false; } }
372 Assert.IsFalse(dictionary.IsFixedSize); in IDictionary_IsFixedSize()
640 Assert.IsFalse(list.IsFixedSize); in IList_IsFixedSize()