Implemented interface member:
property
IsFixedSize
System.Collections.IList.IsFixedSize
3 references to IsFixedSize
System.Data.Entity (2)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (2)
198if (array != null && array.IsFixedSize) 257if (array != null && array.IsFixedSize)
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
243if (index == array.Length && array.IsFixedSize) {