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