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