CommandLine\VisualBasicCommandLineParser.vb (112)
181AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file>")
234AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<symbol_list>")
245AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, If(name = "import", ":<str>", ":<import_list>"))
259AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "optionstrict", ":custom")
266AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optionstrict")
275AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optionstrict")
285AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "optioncompare", ":binary|text")
291AddDiagnostic(diagnostics, ERRID.ERR_InvalidSwitchValue, "optioncompare", value)
298AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optionexplicit")
307AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optionexplicit")
316AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optioninfer")
325AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optioninfer")
335AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "codepage", ":<number>")
341AddDiagnostic(diagnostics, ERRID.ERR_BadCodepage, value)
351AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "checksumalgorithm", ":<algorithm>")
357AddDiagnostic(diagnostics, ERRID.ERR_BadChecksumAlgorithm, value)
366AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "removeintchecks")
375AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "removeintchecks")
387AddDiagnostic(diagnostics, ERRID.ERR_MissingGuidForOption, value, name)
391AddDiagnostic(diagnostics, ERRID.ERR_InvalidFormatForGuidForOption, value, name)
399AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<string>")
413AddDiagnostic(diagnostics, ERRID.WRN_BadUILang, value)
420AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<path_list>")
441AddDiagnostic(diagnostics, ERRID.ERR_StdInOptionProvidedButConsoleInputIsNotRedirected)
447AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "i")
454AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "i")
460AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<path_list>")
474AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file>")
487AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file>")
495AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "refonly")
513AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "moduleassemblyname", ":<string>")
516AddDiagnostic(diagnostics, ERRID.ERR_InvalidAssemblyName, value, arg)
526AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "rootnamespace", ":<string>")
543AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "doc", ":<file>")
547AddDiagnostic(diagnostics, ERRID.WRN_XMLCannotWriteToXMLDocFile2, unquoted, New LocalizableErrorArgument(ERRID.IDS_TheSystemCannotFindThePathSpecified))
556AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "doc")
566AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "doc")
577AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "errorlog", ErrorLogOptionFormat)
582AddDiagnostic(diagnostics, ERRID.ERR_BadSwitchValue, unquoted, "errorlog", ErrorLogOptionFormat)
592AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<dir>")
606AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "sdkpath", ":<path>")
622AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "instrument", ":<string>")
637AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "recurse", ":<wildcard>")
650AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "addmodule", ":<file_list>")
703AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "sourcelink", ":<file>")
721AddDiagnostic(diagnostics, ERRID.ERR_InvalidSwitchValue, "debug", value)
730AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "debug")
738AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "debug")
746AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optimize")
755AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "optimize")
764AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name)
773AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name)
782AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name)
791AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name.Substring(0, name.Length - 1))
800AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name.Substring(0, name.Length - 1))
866AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "langversion", ":<number>")
871AddDiagnostic(diagnostics, ERRID.ERR_InvalidSwitchValue, "langversion", value)
879AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "delaysign")
888AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "delaysign")
897AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "publicsign")
906AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "publicsign")
927AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "keycontainer", ":<string>")
947AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "keyfile", ":<file>")
987AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "quiet")
1012AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "verbose")
1021AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, name.Substring(0, name.Length - 1))
1030AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "utf8output")
1038AddDiagnostic(diagnostics, ERRID.ERR_SwitchNeedsBool, "utf8output")
1072AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<class>")
1082AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<version>")
1090AddDiagnostic(diagnostics, ERRID.ERR_InvalidSubsystemVersion, value)
1097AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<touchedfiles>")
1193AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, "platform", ":<string>")
1220AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file_list>")
1232AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file_list>")
1255AddDiagnostic(diagnostics, ERRID.ERR_StdInOptionProvidedButConsoleInputIsNotRedirected)
1261AddDiagnostic(diagnostics, ERRID.WRN_BadSwitch, arg)
1279AddDiagnostic(diagnostics, ERRID.ERR_NoRefOutWhenRefOnly)
1283AddDiagnostic(diagnostics, ERRID.ERR_NoNetModuleOutputWhenRefOutOrRefOnly)
1289AddDiagnostic(diagnostics, ERRID.ERR_NoSources)
1308AddDiagnostic(diagnostics, ERRID.WRN_CannotFindStandardLibrary1, "System.dll")
1321AddDiagnostic(diagnostics, ERRID.ERR_LibNotFound, "Microsoft.VisualBasic.dll")
1347AddDiagnostic(diagnostics, ERRID.ERR_SourceLinkRequiresPdb)
1355AddDiagnostic(diagnostics, ERRID.ERR_CannotEmbedWithoutPdb)
1364AddDiagnostic(diagnostics, ERRID.ERR_BadNamespaceName1, rootNamespace)
1390AddDiagnostic(diagnostics, ERRID.ERR_NoSourcesOut)
1571AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, arg, ":<file>")
1575AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, arg, ":<file>")
1621AddDiagnostic(diagnostics, ERRID.ERR_ConflictingManifestSwitches)
1626AddDiagnostic(diagnostics, ERRID.ERR_IconFileAndWin32ResFile)
1630AddDiagnostic(diagnostics, ERRID.ERR_CantHaveWin32ResAndManifest)
1635AddDiagnostic(diagnostics, ERRID.WRN_IgnoreModuleManifest)
1654AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, optionName, ":exe|winexe|library|module|appcontainerexe|winmdobj")
1657AddDiagnostic(diagnostics, ERRID.ERR_InvalidSwitchValue, optionName, value)
1665AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file_list>")
1676AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<file_list>")
1689AddDiagnostic(diagnostics, ERRID.ERR_ArgumentRequired, name, ":<resinfo>")
1716AddDiagnostic(diagnostics, ERRID.FTL_InvalidInputFileName, filePath)
1753AddDiagnostic(diagnostics, ERRID.ERR_InvalidSwitchValue, name, nullStringText)
2087AddDiagnostic(diagnostics, ERRID.ERR_InvalidInstrumentationKind, instrumentationKindStr)
2129AddDiagnostic(errors, ERRID.ERR_ArgumentRequired, name, ":<string>")
2147AddDiagnostic(errors, ERRID.ERR_InvalidSwitchValue, name, value)
2165AddDiagnostic(errors, ERRID.ERR_ArgumentRequired, name, ":<number>")
2167AddDiagnostic(errors, ERRID.ERR_InvalidSwitchValue, name, value)
2169AddDiagnostic(errors, ERRID.ERR_InvalidSwitchValue, name, value)
2186AddDiagnostic(errors, ERRID.ERR_ArgumentRequired, name, ":<number>")
2202AddDiagnostic(errors, ERRID.ERR_InvalidSwitchValue, name, value.ToString())
2255AddDiagnostic(diagnostics, ERRID.WRN_UnimplementedCommandLineSwitch, "/" + switchName)
2259AddDiagnostic(errors, ERRID.ERR_InvalidSwitchValue, "recurse", path)
2298AddDiagnostic(diagnostics, ERRID.FTL_InvalidInputFileName, outputFileName)
2325AddDiagnostic(diagnostics, ERRID.FTL_InvalidInputFileName, outputFileName)
2339AddDiagnostic(diagnostics, ERRID.ERR_NeedModule)