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