2 writes to Parent
rzc (2)
CommandBase.cs (1)
22base.Parent = parent;
CommandLine\CommandLineApplication.cs (1)
77var command = new CommandLineApplication(throwOnUnexpectedArg) { Name = name, Parent = this };
8 references to Parent
rzc (8)
CommandBase.cs (1)
31protected new Application Parent => (Application)base.Parent;
CommandLine\CommandLineApplication.cs (7)
65while (rootNode.Parent != null) 67rootNode = rootNode.Parent; 425for (var cmd = this; cmd != null; cmd = cmd.Parent) 436for (var cmd = this; cmd != null; cmd = cmd.Parent) 543for (var cmd = this; cmd != null; cmd = cmd.Parent) 560while (rootCmd.Parent != null) 562rootCmd = rootCmd.Parent;