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