20 references to ERR_InvalidSwitchValue
Microsoft.CodeAnalysis.VisualBasic (20)
CommandLine\VisualBasicCommandLineParser.vb (10)
292
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "optioncompare", value)
740
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "debug", value)
890
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "langversion", value)
1677
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, optionName, value)
1773
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, name, nullStringText)
2167
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2187
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2189
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2222
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value.ToString())
2279
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, "recurse", path)
Errors\ErrorFacts.vb (1)
36
ERRID.
ERR_InvalidSwitchValue
,
Errors\MessageProvider.vb (1)
283
Return ERRID.
ERR_InvalidSwitchValue
VisualBasicCompilationOptions.vb (8)
1035
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(Platform), Platform.ToString()))
1043
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(OutputKind), OutputKind.ToString()))
1047
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(OptimizationLevel), OptimizationLevel.ToString()))
1051
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(ScriptClassName), If(ScriptClassName, "Nothing")))
1055
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(MainTypeName), MainTypeName))
1059
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(RootNamespace), RootNamespace))
1063
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(OptionStrict), OptionStrict.ToString()))
1072
builder.Add(Diagnostic.Create(MessageProvider.Instance, ERRID.
ERR_InvalidSwitchValue
, NameOf(MetadataImportOptions), MetadataImportOptions.ToString()))