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)
157if (_collectionKind != CollectionKind.None) 226if (_collectionKind != CollectionKind.None) 245if (_type is ScalarType == false || _isRefType || _collectionKind != CollectionKind.None)