2 implementations of IsEnabled
Microsoft.CodeAnalysis.Workspaces (2)
Log\AggregateLogger.cs (1)
114
public bool
IsEnabled
(FunctionId functionId)
Log\EmptyLogger.cs (1)
18
public bool
IsEnabled
(FunctionId functionId)
4 references to IsEnabled
Microsoft.CodeAnalysis.Workspaces (4)
Log\AggregateLogger.cs (3)
122
if (!logger.
IsEnabled
(functionId))
136
if (!logger.
IsEnabled
(functionId))
150
if (!logger.
IsEnabled
(functionId))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.cs (1)
46
if (logger == null || !logger.
IsEnabled
(functionId))