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