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