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