1 implementation of SetConsoleError
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
134
public void
SetConsoleError
(TextWriter newError)
2 references to SetConsoleError
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (2)
51
_environment.
SetConsoleError
(new StreamWriter(errorStream) { AutoFlush = true });
79
_environment.
SetConsoleError
(originalConsoleError);