Implemented interface member:
method
CaptureStdOut
Microsoft.DotNet.Cli.Utils.ICommand.CaptureStdOut()
3 references to CaptureStdOut
Microsoft.NET.Build.Tests (2)
AspNetCoreOnFullFramework.cs (1)
92
ICommand toolCommand = toolCommandSpec.ToCommand().
CaptureStdOut
();
GivenThatWeWantToGenerateADepsFileForATool.cs (1)
235
ICommand toolCommand = toolCommandSpec.ToCommand().
CaptureStdOut
();
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
151
.
CaptureStdOut
()