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