1 write to _stdOutCapture
Microsoft.Arcade.Common (1)
Command.cs (1)
148
_stdOutCapture
= new StringWriter();
2 references to _stdOutCapture
Microsoft.Arcade.Common (2)
Command.cs (2)
64
ProcessData(args.Data,
_stdOutCapture
, _stdOutForward, _stdOutHandler);
109
_stdOutCapture
?.GetStringBuilder()?.ToString(),