9 references to SetError
Aspire.Cli.Tests (4)
CliSmokeTests.cs (4)
41Console.SetError(errorWriter); 48Console.SetError(oldErrorOutput); 77Console.SetError(errorWriter); 81Console.SetError(oldErrorOutput);
dotnet (2)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (2)
414Console.SetError(errWriter); 424Console.SetError(savedErrWriter);
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
442Console.SetError(errWriter); 447Console.SetError(oldErr);
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
136Console.SetError(newError);