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