3 implementations of IsLogging
Microsoft.Build.Tasks.CodeAnalysis (2)
CompilerServerLogger.cs (2)
106
public bool
IsLogging
=> _loggingStream is object;
167
public bool
IsLogging
=> false;
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TestableCompilerServerLogger.cs (1)
12
public bool
IsLogging
{ get; set; }
4 references to IsLogging
Microsoft.Build.Tasks.CodeAnalysis (4)
CompilerServerLogger.cs (4)
32
if (logger.
IsLogging
)
40
if (logger.
IsLogging
)
48
if (logger.
IsLogging
)
59
if (!logger.
IsLogging
)