5 references to OutputDirectory
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (1)
446
string.Format(CultureInfo.CurrentCulture, SR.ErrOutputFileNotUnderOutputDirFormat, Switches.OutputFile.Name, outputFile, this.OutputDir, Switches.
OutputDirectory
.Name));
HelpGenerator.cs (2)
49
ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.
OutputDirectory
.Name, SR.ParametersDirectory, string.Format(SR.HelpDirectoryFormat, CommandProcessorOptions.Switches.
OutputDirectory
.Abbreviation)),
OutputPathHelper.cs (2)
94
throw new ToolArgumentException(string.Format(SR.ErrPathTooLongFormat, path, CommandProcessorOptions.Switches.
OutputDirectory
.Name, option), ptle);
98
throw new ToolArgumentException(string.Format(SR.ErrPathTooLongDirOnlyFormat, path, CommandProcessorOptions.Switches.
OutputDirectory
.Name), ptle);