4 instantiations of PropertyTypeReferences
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (4)
573types = new PropertyTypeReferences(TypeReference, (PrimitiveType)propertyType); 577types = new PropertyTypeReferences(TypeReference, (ComplexType)propertyType, Generator); 584types = new PropertyTypeReferences(TypeReference, (PrimitiveType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage)); 589types = new PropertyTypeReferences(TypeReference, (ComplexType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage), Generator);
2 references to PropertyTypeReferences
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
567PropertyTypeReferences types = default(PropertyTypeReferences);