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