1 write to _stdOut
Microsoft.DotNet.Cli.Utils (1)
Command.cs (1)
219_stdOut ??= new StreamForwarder();
6 references to _stdOut
Microsoft.DotNet.Cli.Utils (6)
Command.cs (6)
61var taskOut = _stdOut?.BeginRead(_process.StandardOutput); 92_stdOut?.CapturedOutput, 119_stdOut?.Capture(_trimTrailingNewlines); 140_stdOut?.ForwardTo(writeLine: Reporter.Output.WriteLine); 145_stdOut?.ForwardTo(writeLine: to.WriteLine); 176_stdOut?.ForwardTo(writeLine: handler);