5 references to ModeSettingValue
dotnet-svcutil.xmlserializer (5)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (4)
190
string modeSettingStr = _options.GetCommandLineString(_options.ModeSettingOption, _options.
ModeSettingValue
);
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));
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (1)
316
throw new ToolOptionException(SR.Format(SR.ErrOptionConflictsWithTarget, Options.Cmd.Target, _parent.
ModeSettingValue
, optionStr));