8 references to CustomAttributes
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1290if (e.CustomAttributes.Count > 0) 1293GenerateAttributes(e.CustomAttributes, null, true);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1179if (e.CustomAttributes.Count > 0) 1181OutputAttributes(e.CustomAttributes, true);
System\CodeDom\Compiler\CodeGenerator.cs (2)
1393if (e.CustomAttributes.Count > 0) 1395OutputAttributeDeclarations(e.CustomAttributes);
System\CodeDom\Compiler\CodeValidator.cs (2)
904if (e.CustomAttributes.Count > 0) 906ValidateAttributes(e.CustomAttributes);