13 implementations of IsEnabled
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
ExternalAccess\VSCode\API\VSCodeTelemetryLogger.cs (1)
16bool ILogger.IsEnabled(FunctionId functionId)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
TelemetryLogger.cs (1)
90public abstract bool IsEnabled(FunctionId functionId);
Microsoft.CodeAnalysis.Workspaces (4)
Log\AggregateLogger.cs (1)
114public bool IsEnabled(FunctionId functionId)
Log\EmptyLogger.cs (1)
18public bool IsEnabled(FunctionId functionId)
Log\EtwLogger.cs (1)
28public bool IsEnabled(FunctionId functionId)
Log\TraceLogger.cs (1)
23public bool IsEnabled(FunctionId functionId)
Microsoft.VisualStudio.LanguageServices (4)
RoslynActivityLogger.cs (1)
63public bool IsEnabled(FunctionId functionId)
Telemetry\CodeMarkerLogger.cs (1)
134public bool IsEnabled(FunctionId functionId)
Telemetry\FileLogger.cs (1)
63public bool IsEnabled(FunctionId functionId)
Telemetry\TelemetryLogger.cs (1)
90public abstract bool IsEnabled(FunctionId functionId);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorVerifierInProcess.cs (1)
319public bool IsEnabled(FunctionId functionId)
Roslyn.VisualStudio.DiagnosticsWindow (2)
Loggers\OutputWindowLogger.cs (1)
31public bool IsEnabled(FunctionId functionId)
PerfMargin\PerfEventActivityLogger.cs (1)
23public 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))
Logger.cs (1)
46if (logger == null || !logger.IsEnabled(functionId))