2 writes to _stdErrForward
Microsoft.Arcade.Common (2)
Command.cs (2)
181
_stdErrForward
= Console.WriteLine;
185
_stdErrForward
= to.WriteLine;
1 reference to _stdErrForward
Microsoft.Arcade.Common (1)
Command.cs (1)
72
ProcessData(args.Data, _stdErrCapture,
_stdErrForward
, _stdErrHandler);