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