2 writes to _error
System.CommandLine (2)
InvocationConfiguration.cs (2)
51
get =>
_error
??= Console.Error;
52
set =>
_error
= value ?? throw new ArgumentNullException(nameof(value), "Use TextWriter.Null to disable the output");