7 references to ERR_BadSwitchValue
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineParser.vb (1)
582
AddDiagnostic(diagnostics, ERRID.
ERR_BadSwitchValue
, unquoted, "errorlog", ErrorLogOptionFormat)
Errors\ErrorFacts.vb (1)
53
ERRID.
ERR_BadSwitchValue
,
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (5)
CommandLineTests.vb (5)
4616
Diagnostic(ERRID.
ERR_BadSwitchValue
).WithArguments("C:\MyFolder\MyBinary.xml,version=42", "errorlog", CommandLineParser.ErrorLogOptionFormat))
4622
Diagnostic(ERRID.
ERR_BadSwitchValue
).WithArguments("C:\MyFolder\MyBinary.xml,version=1.0.0", "errorlog", CommandLineParser.ErrorLogOptionFormat))
4628
Diagnostic(ERRID.
ERR_BadSwitchValue
).WithArguments("C:\MyFolder\MyBinary.xml,version=2.1.0", "errorlog", CommandLineParser.ErrorLogOptionFormat))
4635
Diagnostic(ERRID.
ERR_BadSwitchValue
).WithArguments("C:\MyFolder\MyBinary.xml,invalid=42", "errorlog", CommandLineParser.ErrorLogOptionFormat))
4642
Diagnostic(ERRID.
ERR_BadSwitchValue
).WithArguments("C:\MyFolder\MyBinary.xml,version=2,version=2", "errorlog", CommandLineParser.ErrorLogOptionFormat))