1 write to Arguments
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
25Arguments = new List<CommandArgument>();
4 references to Arguments
NuGet.CommandLine.XPlat (4)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (4)
102var lastArg = Arguments.LastOrDefault(); 111Arguments.Add(argument); 275arguments = new CommandArgumentEnumerator(command.Arguments.GetEnumerator()); 391var arguments = target.Arguments.Where(a => a.ShowInHelpText).ToList();