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)
64ProcessData(args.Data, _stdOutCapture, _stdOutForward, _stdOutHandler); 109_stdOutCapture?.GetStringBuilder()?.ToString(),