3 implementations of IsLogging
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\TaskCompilerServerLogger.cs (1)
21public bool IsLogging => true;
src\Compilers\Shared\CompilerServerLogger.cs (2)
107public bool IsLogging => _loggingStream is object; 171public bool IsLogging => false;
4 references to IsLogging
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Shared\CompilerServerLogger.cs (4)
34if (logger.IsLogging) 42if (logger.IsLogging) 50if (logger.IsLogging) 61if (!logger.IsLogging)