4 implementations of IsEnabled
Microsoft.CodeAnalysis.Workspaces (4)
Log\AggregateLogger.cs (1)
112public bool IsEnabled(FunctionId functionId)
Log\EmptyLogger.cs (1)
16public bool IsEnabled(FunctionId functionId)
Log\EtwLogger.cs (1)
21public bool IsEnabled(FunctionId functionId)
Log\TraceLogger.cs (1)
18public bool IsEnabled(FunctionId functionId)
4 references to IsEnabled
Microsoft.CodeAnalysis.Workspaces (4)
Log\AggregateLogger.cs (3)
120if (!logger.IsEnabled(functionId)) 134if (!logger.IsEnabled(functionId)) 148if (!logger.IsEnabled(functionId))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Log\Logger.cs (1)
46if (logger == null || !logger.IsEnabled(functionId))