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