4 references to List
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (2)
210
(_collectionKind == CollectionKind.
List
))
291
_collectionKind = CollectionKind.
List
;
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
843
else if (collectionKind == CollectionKind.
List
)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
766
else if (collectionKind == CollectionKind.
List
)