2 implementations of SetConsoleError
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
136
public void
SetConsoleError
(TextWriter newError)
Microsoft.DotNet.Cli.Utils.Tests (1)
BuiltInCommandTests.cs (1)
110
public void
SetConsoleError
(TextWriter newError)
2 references to SetConsoleError
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (2)
53
_environment.
SetConsoleError
(new StreamWriter(errorStream) { AutoFlush = true });
81
_environment.
SetConsoleError
(originalConsoleError);