2 implementations of IsLogging
csc (2)
src\Compilers\Shared\CompilerServerLogger.cs (2)
107
public bool
IsLogging
=> _loggingStream is object;
171
public bool
IsLogging
=> false;
4 references to IsLogging
csc (4)
src\Compilers\Shared\CompilerServerLogger.cs (4)
34
if (logger.
IsLogging
)
42
if (logger.
IsLogging
)
50
if (logger.
IsLogging
)
61
if (!logger.
IsLogging
)