6 references to GetCollectionKind
System.Data.Entity.Design (6)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (6)
237
if (
GetCollectionKind
(Item.TypeUsage) == CollectionKind.None)
347
EmitComplexTypePropertySetStatements(statements,
GetCollectionKind
(Item.TypeUsage));
353
EmitScalarTypePropertySetStatements(statements,
GetCollectionKind
(Item.TypeUsage));
584
types = new PropertyTypeReferences(TypeReference, (PrimitiveType)typeUsage.EdmType,
GetCollectionKind
(property.TypeUsage));
589
types = new PropertyTypeReferences(TypeReference, (ComplexType)typeUsage.EdmType,
GetCollectionKind
(property.TypeUsage), Generator);
937
if (Helper.IsCollectionType(Item.TypeUsage.EdmType) &&
GetCollectionKind
(Item.TypeUsage) != CollectionKind.None)