2 implementations of CaptureStdOut
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
157public ICommand CaptureStdOut()
Command.cs (1)
113public ICommand CaptureStdOut()
6 references to CaptureStdOut
dotnet (4)
BuildServer\RazorServer.cs (1)
45.CaptureStdOut()
BuildServer\VBCSCompilerServer.cs (1)
67.CaptureStdOut()
FilePermissionSetter.cs (1)
36.CaptureStdOut()
NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
151var commandResult = command.CaptureStdOut().Execute();
dotnet-aot (2)
src\sdk\src\Cli\dotnet\FilePermissionSetter.cs (1)
36.CaptureStdOut()
src\sdk\src\Cli\dotnet\NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
151var commandResult = command.CaptureStdOut().Execute();