2 implementations of CaptureStdErr
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
152
public ICommand
CaptureStdErr
()
Command.cs (1)
123
public ICommand
CaptureStdErr
()
7 references to CaptureStdErr
dotnet (3)
BuildServer\RazorServer.cs (1)
46
.
CaptureStdErr
();
BuildServer\VBCSCompilerServer.cs (1)
68
.
CaptureStdErr
();
FilePermissionSetter.cs (1)
37
.
CaptureStdErr
()
dotnet.Tests (2)
BuildServerTests\RazorServerTests.cs (1)
134
commandMock.Setup(c => c.
CaptureStdErr
()).Returns(commandMock.Object);
BuildServerTests\VBCSCompilerServerTests.cs (1)
43
commandMock.Setup(c => c.
CaptureStdErr
()).Returns(commandMock.Object);
dotnet-new.IntegrationTests (1)
CommonTemplatesTests.cs (1)
162
.
CaptureStdErr
()
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
152
.
CaptureStdErr
();