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)
230if (!_quietBuildReporter && _statusForward != null) 232_statusForward($"[EXEC Begin] {FormatProcessInfo(_process.StartInfo, includeWorkingDirectory: false)}"); 238if (!_quietBuildReporter && _statusForward != null) 244_statusForward($"[EXEC End] {message}");