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