1 write to _stdErrCapture
Microsoft.Arcade.Common (1)
Command.cs (1)
156_stdErrCapture = new StringWriter();
2 references to _stdErrCapture
Microsoft.Arcade.Common (2)
Command.cs (2)
72ProcessData(args.Data, _stdErrCapture, _stdErrForward, _stdErrHandler); 110_stdErrCapture?.GetStringBuilder()?.ToString());