1 write to _preActions
System.CommandLine (1)
ParseResult.cs (1)
41
_preActions
= preActions;
1 reference to _preActions
System.CommandLine (1)
ParseResult.cs (1)
337
internal IReadOnlyList<CommandLineAction>? PreActions =>
_preActions
;