7 references to WRN_CLS_NoVarArgs
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
328this.AddDiagnostic(ErrorCode.WRN_CLS_NoVarArgs, symbol.Locations[0]);
Errors\ErrorFacts.cs (2)
369case ErrorCode.WRN_CLS_NoVarArgs: 1458case 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)
1072Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "M1"), 1075Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "M1"),
Symbols\SymbolErrorTests.cs (1)
18752Diagnostic(ErrorCode.WRN_CLS_NoVarArgs, "AddABunchOfInts"));