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