3 references to CustomAttributes
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
2256
if (typeParameters[i].
CustomAttributes
.Count > 0)
2258
GenerateAttributes(typeParameters[i].
CustomAttributes
, null, true);
System\CodeDom\Compiler\CodeValidator.cs (1)
228
ValidateAttributes(e.
CustomAttributes
);