8 references to CustomAttributes
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1281if (e.CustomAttributes.Count > 0) 1284GenerateAttributes(e.CustomAttributes, null, true);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1176if (e.CustomAttributes.Count > 0) 1178OutputAttributes(e.CustomAttributes, true);
System\CodeDom\Compiler\CodeGenerator.cs (2)
1351if (e.CustomAttributes.Count > 0) 1353OutputAttributeDeclarations(e.CustomAttributes);
System\CodeDom\Compiler\CodeValidator.cs (2)
892if (e.CustomAttributes.Count > 0) 894ValidateAttributes(e.CustomAttributes);