2 references to PropertyTypeReferences
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
584
types = new
PropertyTypeReferences
(TypeReference, (PrimitiveType)typeUsage.EdmType, GetCollectionKind(property.TypeUsage));
801
:
this
(typeReference, primitiveType, CollectionKind.None)