5 references to ERR_BadSwitchValue
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1302
AddDiagnostic(diagnostics, ErrorCode.
ERR_BadSwitchValue
, valueMemory.Value.ToString(), "/errorlog:", ErrorLogOptionFormat);
Errors\ErrorFacts.cs (1)
1519
or ErrorCode.
ERR_BadSwitchValue
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
4273
Diagnostic(ErrorCode.
ERR_BadSwitchValue
).WithArguments(invalidSarifVersion, "/errorlog:", CSharpCommandLineParser.ErrorLogOptionFormat));
4283
Diagnostic(ErrorCode.
ERR_BadSwitchValue
).WithArguments(InvalidErrorLogQualifier, "/errorlog:", CSharpCommandLineParser.ErrorLogOptionFormat));
4292
Diagnostic(ErrorCode.
ERR_BadSwitchValue
).WithArguments(TooManyErrorLogQualifiers, "/errorlog:", CSharpCommandLineParser.ErrorLogOptionFormat));