1 write to _stdOut
Microsoft.DotNet.Cli.Utils (1)
Command.cs (1)
217_stdOut ??= new StreamForwarder();
6 references to _stdOut
Microsoft.DotNet.Cli.Utils (6)
Command.cs (6)
59var taskOut = _stdOut?.BeginRead(_process.StandardOutput); 90_stdOut?.CapturedOutput, 117_stdOut?.Capture(_trimTrailingNewlines); 138_stdOut?.ForwardTo(writeLine: Reporter.Output.WriteLine); 143_stdOut?.ForwardTo(writeLine: to.WriteLine); 174_stdOut?.ForwardTo(writeLine: handler);