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