2 implementations of IsLogging
VBCSCompiler (2)
src\Compilers\Core\CommandLine\CompilerServerLogger.cs (2)
106public bool IsLogging => _loggingStream is object; 170public bool IsLogging => false;
4 references to IsLogging
VBCSCompiler (4)
src\Compilers\Core\CommandLine\CompilerServerLogger.cs (4)
32if (logger.IsLogging) 40if (logger.IsLogging) 48if (logger.IsLogging) 59if (!logger.IsLogging)