3 references to s_consoleOutReporter
Microsoft.DotNet.Cli.Utils (3)
Reporter.cs (3)
18private static IReporter s_outputReporter = s_consoleOutReporter; 19private static IReporter s_verboseReporter = s_consoleOutReporter; 34public static Reporter ConsoleOutReporter => s_consoleOutReporter;