1 implementation of Error
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
126
public TextWriter
Error
=> Console.Error;
2 references to Error
Microsoft.DotNet.HotReload.Watch (2)
UI\ConsoleReporter.cs (2)
19
(line.IsError ? console.
Error
: console.Out).WriteLine(line.Content);
56
WriteLine(console.
Error
, message, color, emoji);