2 writes to _stdOutForward
Microsoft.Arcade.Common (2)
Command.cs (2)
166
_stdOutForward
= Console.WriteLine;
170
_stdOutForward
= to.WriteLine;
1 reference to _stdOutForward
Microsoft.Arcade.Common (1)
Command.cs (1)
64
ProcessData(args.Data, _stdOutCapture,
_stdOutForward
, _stdOutHandler);