14 references to Bag
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
89
case CollectionKind.
Bag
:
701
CollectionKind = CollectionKind.
Bag
;
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (5)
191
if (type is ScalarType && returnTypeCollectionKind == CollectionKind.
Bag
)
193
if (type is SchemaEntityType && returnTypeCollectionKind == CollectionKind.
Bag
) return true;
200
if (type is SchemaComplexType && returnTypeCollectionKind == CollectionKind.
Bag
) return true;
204
if (type is SchemaComplexType && returnTypeCollectionKind == CollectionKind.
Bag
) return true;
208
if (type is SchemaEnumType && returnTypeCollectionKind == CollectionKind.
Bag
) return true;
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
197
CollectionKind = CollectionKind.
Bag
;
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
168
_collectionKind = CollectionKind.
Bag
;
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
76
_collectionKind = CollectionKind.
Bag
;
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (2)
209
if ((_collectionKind == CollectionKind.
Bag
) ||
295
_collectionKind = CollectionKind.
Bag
;
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
839
if (collectionKind == CollectionKind.
Bag
)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
762
if (collectionKind == CollectionKind.
Bag
)