1 write to Options
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)
24
Options
= new List<CommandOption>();
3 references to Options
NuGet.CommandLine.XPlat (3)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (3)
54
var expr =
Options
.AsEnumerable();
59
expr = expr.Concat(rootNode.
Options
.Where(o => o.Inherited));
90
Options
.Add(option);