4 instantiations of PropertyTypeReferences
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (4)
498
types = new
PropertyTypeReferences
(TypeReference, (PrimitiveType)propertyType);
502
types = new
PropertyTypeReferences
(TypeReference, (ComplexType)propertyType, Generator);
509
types = new
PropertyTypeReferences
(TypeReference, (PrimitiveType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage));
514
types = new
PropertyTypeReferences
(TypeReference, (ComplexType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage), Generator);
2 references to PropertyTypeReferences
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
492
PropertyTypeReferences
types = default(
PropertyTypeReferences
);