1 implementation of Error
dotnet-getdocument (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
26public TextWriter Error => Console.Error;
2 references to Error
dotnet-getdocument (2)
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
44Error = _console.Error,
src\Tools\Shared\CommandLine\ConsoleReporter.cs (1)
53=> WriteLine(Console.Error, message, ConsoleColor.Red);