10 references to WRN_CLS_BadAttributeType
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
260this.AddDiagnostic(ErrorCode.WRN_CLS_BadAttributeType, symbol.GetFirstLocation(), symbol);
Errors\ErrorFacts.cs (2)
396case ErrorCode.WRN_CLS_BadAttributeType: 1533or ErrorCode.WRN_CLS_BadAttributeType
Generated\ErrorFacts.Generated.cs (1)
139case ErrorCode.WRN_CLS_BadAttributeType:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\Source\ClsComplianceTests.cs (5)
1700Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "PublicAttribute").WithArguments("PublicAttribute")); 1720Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "MyAttribute").WithArguments("MyAttribute")); 3546Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "MyAttribute").WithArguments("N1.MyAttribute"), 3549Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "MyAttribute").WithArguments("N2.MyAttribute"), 3581Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "MyAttribute").WithArguments("N1.MyAttribute"));
Symbols\SymbolErrorTests.cs (1)
19180Diagnostic(ErrorCode.WRN_CLS_BadAttributeType, "MyAttribute").WithArguments("MyAttribute"));