2 implementations of IsLogging
VBCSCompiler (2)
src\Compilers\Shared\CompilerServerLogger.cs (2)
108public bool IsLogging => _loggingStream is object; 172public bool IsLogging => false;
4 references to IsLogging
VBCSCompiler (4)
src\Compilers\Shared\CompilerServerLogger.cs (4)
34if (logger.IsLogging) 42if (logger.IsLogging) 50if (logger.IsLogging) 61if (!logger.IsLogging)