2 writes to _action
System.CommandLine (2)
Help\HelpOption.cs (2)
43
get =>
_action
??= new HelpAction();
44
set =>
_action
= value ?? throw new ArgumentNullException(nameof(value));