1 write to Parent
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83var command = new CommandLineApplication(throwOnUnexpectedArg) { Name = name, Parent = this };
7 references to Parent
Microsoft.AspNetCore.Shared.Tests (7)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (7)
71while (rootNode.Parent != null) 73rootNode = rootNode.Parent; 431for (var cmd = this; cmd != null; cmd = cmd.Parent) 442for (var cmd = this; cmd != null; cmd = cmd.Parent) 549for (var cmd = this; cmd != null; cmd = cmd.Parent) 566while (rootCmd.Parent != null) 568rootCmd = rootCmd.Parent;