4 instantiations of PropertyTypeReferences
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (4)
573
types = new
PropertyTypeReferences
(TypeReference, (PrimitiveType)propertyType);
577
types = new
PropertyTypeReferences
(TypeReference, (ComplexType)propertyType, Generator);
584
types = new
PropertyTypeReferences
(TypeReference, (PrimitiveType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage));
589
types = 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)
567
PropertyTypeReferences
types = default(
PropertyTypeReferences
);