7 references to WRN_CLS_NoVarArgs
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
335this.AddDiagnostic(ErrorCode.WRN_CLS_NoVarArgs, symbol.GetFirstLocation());
Errors\ErrorFacts.cs (2)
382case ErrorCode.WRN_CLS_NoVarArgs: 1519or ErrorCode.WRN_CLS_NoVarArgs
Generated\ErrorFacts.Generated.cs (1)
125case ErrorCode.WRN_CLS_NoVarArgs:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Source\ClsComplianceTests.cs (2)
1071Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "M1"), 1074Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "M1"),
Symbols\SymbolErrorTests.cs (1)
18897Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "AddABunchOfInts"));