2 writes to _action
System.CommandLine (2)
Completions\SuggestDirective.cs (2)
21
get =>
_action
??= new CompletionAction(this);
22
set =>
_action
= value ?? throw new ArgumentNullException(nameof(value));