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)
68
var 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)
56
while (rootNode.
Parent
!= null)
58
rootNode = rootNode.
Parent
;
349
for (var cmd = this; cmd != null; cmd = cmd.
Parent
)
360
for (var cmd = this; cmd != null; cmd = cmd.
Parent
)
467
for (var cmd = this; cmd != null; cmd = cmd.
Parent
)
484
while (rootCmd.
Parent
!= null)
486
rootCmd = rootCmd.
Parent
;