2 writes to _action
System.CommandLine (2)
VersionOption.cs (2)
45
get =>
_action
??= new VersionOptionAction();
46
set =>
_action
= value ?? throw new ArgumentNullException(nameof(value));