2 writes to _output
System.CommandLine (2)
InvocationConfiguration.cs (2)
38get => _output ??= Console.Out; 39set => _output = value ?? throw new ArgumentNullException(nameof(value), "Use TextWriter.Null to disable the output");