20 references to ERR_InvalidSwitchValue
Microsoft.CodeAnalysis.VisualBasic (20)
CommandLine\VisualBasicCommandLineParser.vb (10)
293
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "optioncompare", value)
741
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "debug", value)
891
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, "langversion", value)
1678
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, optionName, value)
1771
AddDiagnostic(diagnostics, ERRID.
ERR_InvalidSwitchValue
, name, nullStringText)
2165
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2185
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2187
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value)
2220
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, name, value.ToString())
2277
AddDiagnostic(errors, ERRID.
ERR_InvalidSwitchValue
, "recurse", path)
Errors\ErrorFacts.vb (1)
37
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()))