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)
72
ProcessData(args.Data,
_stdErrCapture
, _stdErrForward, _stdErrHandler);
110
_stdErrCapture
?.GetStringBuilder()?.ToString());