2 writes to _action
System.CommandLine (2)
EnvironmentVariablesDirective.cs (2)
24get => _action ??= new EnvironmentVariablesDirectiveAction(this); 25set => _action = value ?? throw new ArgumentNullException(nameof(value));