8 references to CustomAttributes
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1279if (e.CustomAttributes.Count > 0) 1282GenerateAttributes(e.CustomAttributes, null, true);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1172if (e.CustomAttributes.Count > 0) 1174OutputAttributes(e.CustomAttributes, true);
System\CodeDom\Compiler\CodeGenerator.cs (2)
1351if (e.CustomAttributes.Count > 0) 1353OutputAttributeDeclarations(e.CustomAttributes);
System\CodeDom\Compiler\CodeValidator.cs (2)
895if (e.CustomAttributes.Count > 0) 897ValidateAttributes(e.CustomAttributes);