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)
118
return
_collectionKind
;
209
if ((
_collectionKind
== CollectionKind.Bag) ||
210
(
_collectionKind
== CollectionKind.List))