2 implementations of IsLogging
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26327.102\contentFiles\cs\net11.0\CompilerServerLogger.cs (2)
106public bool IsLogging => _loggingStream is object; 170public bool IsLogging => false;
4 references to IsLogging
dotnet (4)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26327.102\contentFiles\cs\net11.0\CompilerServerLogger.cs (4)
34if (logger.IsLogging) 42if (logger.IsLogging) 50if (logger.IsLogging) 61if (!logger.IsLogging)