4 references to Language
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (2)
62
private static readonly List<string> s_cmdLineOverwriteSwitches = new List<string> { Switches.NoLogo.Name, Switches.Verbosity.Name, Switches.ToolContext.Name, Switches.ProjectFile.Name, Switches.AcceptCertificate.Name, Switches.ServiceContract.Name, Switches.
Language
.Name };
771
throw new ToolArgumentException(string.Format(SR.ErrCouldNotCreateCodeProvider, Language, Switches.
Language
.Abbreviation), e);
HelpGenerator.cs (2)
75
ArgumentInfo.CreateFlagHelpInfo( CommandProcessorOptions.Switches.
Language
.Name, string.Format(SR.HelpLanguage, CommandProcessorOptions.Switches.
Language
.Abbreviation))