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