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