1 instantiation of TypeReference
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
153private TypeReference _typeReference = new TypeReference();
14 references to TypeReference
System.Data.Services.Design (14)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (3)
34TypeReference _typeReference; 36internal TypeReference TypeReference 41internal AttributeEmitter(TypeReference typeReference)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (2)
153private TypeReference _typeReference = new TypeReference(); 445internal TypeReference TypeReference
System\Data\EntityModel\Emitters\Emitter.cs (1)
89protected TypeReference TypeReference
System\Data\EntityModel\Emitters\EntityContainerEmitter.cs (1)
491if (null != TypeReference.ObjectContextBaseClassType.GetProperty(set.Name))
System\Data\EntityModel\Emitters\PropertyEmitter.cs (7)
723public PropertyTypeReferences(TypeReference typeReference, PrimitiveType primitiveType) 728public PropertyTypeReferences(TypeReference typeReference, PrimitiveType primitiveType, CollectionKind collectionKind) 752public PropertyTypeReferences(TypeReference typeReference, ComplexType complexType, CollectionKind collectionKind, ClientApiGenerator generator) 760private static CodeTypeReference GetCollectionTypeReference(TypeReference typeReference, CodeTypeReference baseType, CollectionKind collectionKind) 778public PropertyTypeReferences(TypeReference typeReference, ComplexType complexType, ClientApiGenerator generator) 783private static CodeTypeReference GetCollectionTypeReferenceForBagSemantics(TypeReference typeReference, CodeTypeReference baseType) 789private static CodeTypeReference GetCollectionTypeReferenceForListSemantics(TypeReference typeReference, CodeTypeReference baseType)