2 writes to _statusForward
Microsoft.Arcade.Common (2)
Command.cs (2)
131
_statusForward
= Console.WriteLine;
135
_statusForward
= to.WriteLine;
4 references to _statusForward
Microsoft.Arcade.Common (4)
Command.cs (4)
226
if (!_quietBuildReporter &&
_statusForward
!= null)
228
_statusForward
($"[EXEC Begin] {FormatProcessInfo(_process.StartInfo, includeWorkingDirectory: false)}");
234
if (!_quietBuildReporter &&
_statusForward
!= null)
240
_statusForward
($"[EXEC End] {message}");