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