9 references to ContainsArgument
dotnet-svcutil.xmlserializer (9)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (2)
98
if (!
ContainsArgument
(key))
233
if (argSwitch.SwitchType != SwitchType.ValueList && arguments.
ContainsArgument
(argSwitch.Name))
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (7)
159
if (_arguments.
ContainsArgument
(Options.Cmd.Help) || _arguments.Count == 0)
169
_parent._quiet = _arguments.
ContainsArgument
(Options.Cmd.Quiet);
175
_parent._noLogo = _arguments.
ContainsArgument
(Options.Cmd.NoLogo);
177
ToolConsole.SetOptions(_arguments.
ContainsArgument
(Options.Cmd.Debug));
185
if (_arguments.
ContainsArgument
(Options.Cmd.Directory))
238
if (_arguments.
ContainsArgument
(Options.Cmd.Out))
294
bool nostdlib = _arguments.
ContainsArgument
(Options.Cmd.Nostdlib);