1 write to s_verboseReporter
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
89
s_verboseReporter
= reporter;
1 reference to s_verboseReporter
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
106
Verbose = CommandLoggingContext.IsVerbose ?
s_verboseReporter
: NullReporter;