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