1 write to _collectionKind
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
76
_collectionKind
= CollectionKind.Bag;
3 references to _collectionKind
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (3)
157
if (
_collectionKind
!= CollectionKind.None)
226
if (
_collectionKind
!= CollectionKind.None)
245
if (_type is ScalarType == false || _isRefType ||
_collectionKind
!= CollectionKind.None)