4 instantiations of PropertyTypeReferences
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (4)
498types = new PropertyTypeReferences(TypeReference, (PrimitiveType)propertyType); 502types = new PropertyTypeReferences(TypeReference, (ComplexType)propertyType, Generator); 509types = new PropertyTypeReferences(TypeReference, (PrimitiveType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage)); 514types = 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)
492PropertyTypeReferences types = default(PropertyTypeReferences);