2 implementations of Error
GetDocument.Insider (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
Microsoft.Extensions.ApiDescription.Tool.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
39public TextWriter Error { get; }
2 references to Error
GetDocument.Insider (2)
ProgramBase.cs (1)
44Error = _console.Error,
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
53=> WriteLine(Console.Error, message, ConsoleColor.Red);