17 references to GlobalReference
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3256
if ((typeRef.Options & CodeTypeReferenceOptions.
GlobalReference
) != 0) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2682
if((typeRef.Options & CodeTypeReferenceOptions.
GlobalReference
) != 0) {
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\TypeReference.cs (4)
73
CodeTypeReference value = new CodeTypeReference(type, CodeTypeReferenceOptions.
GlobalReference
);
89
CodeTypeReference typeRef = new CodeTypeReference(generic, CodeTypeReferenceOptions.
GlobalReference
);
124
value = new CodeTypeReference(type, CodeTypeReferenceOptions.
GlobalReference
);
229
CodeTypeReference typeRef = new CodeTypeReference(typeof(System.Nullable<>), CodeTypeReferenceOptions.
GlobalReference
);
System.Data.Services.Design (9)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (4)
728
CodeTypeReferenceOptions.
GlobalReference
), new CodeAttributeArgument(new CodePrimitiveExpression(entitySet.Name)));
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 (4)
62
CodeTypeReference value = new CodeTypeReference(type, CodeTypeReferenceOptions.
GlobalReference
);
78
CodeTypeReference typeRef = new CodeTypeReference(generic, CodeTypeReferenceOptions.
GlobalReference
);
116
value = new CodeTypeReference(type, CodeTypeReferenceOptions.
GlobalReference
);
192
CodeTypeReference typeRef = new CodeTypeReference(typeof(System.Nullable<>), CodeTypeReferenceOptions.
GlobalReference
);
System.Web (2)
Compilation\CodeDOMUtility.cs (2)
359
return new CodeTypeReference(typeName, CodeTypeReferenceOptions.
GlobalReference
);
363
return new CodeTypeReference(type, CodeTypeReferenceOptions.
GlobalReference
);