1 write to Parent
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)
68var command = new CommandLineApplication(throwOnUnexpectedArg) { Name = name, Parent = this };
7 references to Parent
NuGet.CommandLine.XPlat (7)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (7)
56while (rootNode.Parent != null) 58rootNode = rootNode.Parent; 349for (var cmd = this; cmd != null; cmd = cmd.Parent) 360for (var cmd = this; cmd != null; cmd = cmd.Parent) 467for (var cmd = this; cmd != null; cmd = cmd.Parent) 484while (rootCmd.Parent != null) 486rootCmd = rootCmd.Parent;