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