8 references to AttributeType
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2594
if (current.
AttributeType
!= null)
2596
Output.Write(GetTypeOutput(current.
AttributeType
));
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
435
if (current.
AttributeType
!= null)
437
Output.Write(GetTypeOutput(current.
AttributeType
));
System\CodeDom\Compiler\CodeValidator.cs (1)
164
ValidateTypeReference(current.
AttributeType
);
System.Windows.Forms.Design (3)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (3)
443
generatedCodeAttrib.
AttributeType
.Options = CodeTypeReferenceOptions.GlobalReference;
491
suppressAttribute.
AttributeType
.Options = CodeTypeReferenceOptions.GlobalReference;
547
editorBrowsableAdvancedAttribute.
AttributeType
.Options = CodeTypeReferenceOptions.GlobalReference;