2 implementations of IsLogging
vbc (2)
CompilerServerLogger.cs (2)
106public bool IsLogging => _loggingStream is object; 167public bool IsLogging => false;
4 references to IsLogging
vbc (4)
CompilerServerLogger.cs (4)
32if (logger.IsLogging) 40if (logger.IsLogging) 48if (logger.IsLogging) 59if (!logger.IsLogging)