12 references to CodeTypeReference
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\TypeReference.cs (3)
73
CodeTypeReference value = new
CodeTypeReference
(type, CodeTypeReferenceOptions.GlobalReference);
89
CodeTypeReference typeRef = new
CodeTypeReference
(generic, CodeTypeReferenceOptions.GlobalReference);
229
CodeTypeReference typeRef = new
CodeTypeReference
(typeof(System.Nullable<>), CodeTypeReferenceOptions.GlobalReference);
System.Data.Services.Design (8)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (4)
727
new
CodeTypeReference
(typeof(System.Data.Services.Common.EntitySetAttribute),
774
propertyChangedEvent.Type = new
CodeTypeReference
(typeof(System.ComponentModel.PropertyChangedEventHandler), CodeTypeReferenceOptions.GlobalReference);
785
propertyChangedMethod.Parameters.Add(new CodeParameterDeclarationExpression(new
CodeTypeReference
(typeof(System.String), CodeTypeReferenceOptions.GlobalReference), "property"));
801
new CodeObjectCreateExpression(new
CodeTypeReference
(typeof(System.ComponentModel.PropertyChangedEventArgs), CodeTypeReferenceOptions.GlobalReference), new CodeArgumentReferenceExpression("property"))
System\Data\EntityModel\Emitters\SchemaTypeEmitter.cs (1)
99
typeDecl.BaseTypes.Add(new
CodeTypeReference
(interfaceType, CodeTypeReferenceOptions.GlobalReference));
System\Data\EntityModel\Emitters\TypeReference.cs (3)
62
CodeTypeReference value = new
CodeTypeReference
(type, CodeTypeReferenceOptions.GlobalReference);
78
CodeTypeReference typeRef = new
CodeTypeReference
(generic, CodeTypeReferenceOptions.GlobalReference);
192
CodeTypeReference typeRef = new
CodeTypeReference
(typeof(System.Nullable<>), CodeTypeReferenceOptions.GlobalReference);
System.Web (1)
Compilation\CodeDOMUtility.cs (1)
363
return new
CodeTypeReference
(type, CodeTypeReferenceOptions.GlobalReference);