11 references to AttributeType
Microsoft.Build.Tasks.Core (3)
system.design\stronglytypedresourcebuilder.cs (3)
303generatedCodeAttrib.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference; 340suppressMessageAttrib.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference; 412editorBrowsableAdvancedAttribute.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference;
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2603if (current.AttributeType != null) 2605Output.Write(GetTypeOutput(current.AttributeType));
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
435if (current.AttributeType != null) 437Output.Write(GetTypeOutput(current.AttributeType));
System\CodeDom\Compiler\CodeValidator.cs (1)
167ValidateTypeReference(current.AttributeType);
System.Windows.Forms.Design (3)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (3)
443generatedCodeAttrib.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference; 491suppressAttribute.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference; 547editorBrowsableAdvancedAttribute.AttributeType.Options = CodeTypeReferenceOptions.GlobalReference;