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