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