3 references to CustomAttributes
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
2722if (typeParameters[i].CustomAttributes.Count > 0) { 2723GenerateAttributes(typeParameters[i].CustomAttributes, null, true);
compmod\system\codedom\compiler\CodeValidator.cs (1)
201ValidateAttributes(e.CustomAttributes);