3 writes to _collectionKind
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (3)
285_collectionKind = CollectionKind.None; 291_collectionKind = CollectionKind.List; 295_collectionKind = CollectionKind.Bag;
3 references to _collectionKind
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (3)
118return _collectionKind; 209if ((_collectionKind == CollectionKind.Bag) || 210(_collectionKind == CollectionKind.List))