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