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