1 write to _arguments
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (1)
139_arguments = arguments;
16 references to _arguments
dotnet-svcutil.xmlserializer (16)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (16)
159if (_arguments.ContainsArgument(Options.Cmd.Help) || _arguments.Count == 0) 169_parent._quiet = _arguments.ContainsArgument(Options.Cmd.Quiet); 175_parent._noLogo = _arguments.ContainsArgument(Options.Cmd.NoLogo); 177ToolConsole.SetOptions(_arguments.ContainsArgument(Options.Cmd.Debug)); 185if (_arguments.ContainsArgument(Options.Cmd.Directory)) 187string directoryArgValue = _arguments.GetArgument(Options.Cmd.Directory); 238if (_arguments.ContainsArgument(Options.Cmd.Out)) 240_parent._outputFileArg = _arguments.GetArgument(Options.Cmd.Out); 257_parent._inputParameters = new List<string>(_arguments.GetArguments(String.Empty)); 262IList<string> namespaceMappingsArgs = _arguments.GetArguments(Options.Cmd.Namespace); 291IList<string> referencedAssembliesArgs = _arguments.GetArguments(Options.Cmd.Reference); 292IList<string> excludeTypesArgs = _arguments.GetArguments(Options.Cmd.ExcludeType); 293IList<string> referencedCollectionTypesArgs = _arguments.GetArguments(Options.Cmd.CollectionType); 294bool nostdlib = _arguments.ContainsArgument(Options.Cmd.Nostdlib); 417string smReferenceArg = _arguments.GetArgument(Options.Cmd.SMReference);