1 write to _options
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
64
_options
= options;
10 references to _options
dotnet-svcutil.xmlserializer (10)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (10)
72
foreach (string path in
_options
.InputParameters)
110
ToolMode? mode =
_options
.GetToolMode();
188
if (
_options
.ModeSettingOption != null)
190
string modeSettingStr =
_options
.GetCommandLineString(
_options
.ModeSettingOption,
_options
.ModeSettingValue);
191
if (
_options
.ModeSettingOption == Options.Cmd.Target)
193
return new ToolInputException(SR.Format(SR.ErrInputConflictsWithTarget, Options.Cmd.Target,
_options
.ModeSettingValue, inputSrc));
202
if (
_options
.ModeSettingValue != null)
204
return new ToolInputException(SR.Format(SR.ErrConflictingInputs,
_options
.ModeSettingValue, inputSrc));