3 instantiations of EtwLogger
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
94SetRoslynLogger(loggerTypeNames, () => new EtwLogger(logChecker));
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\VisualStudioWorkspaceTelemetryService.cs (1)
41new EtwLogger(FunctionIdOptions.CreateFunctionIsEnabledPredicate(_globalOptions)),
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
63SetRoslynLogger(loggerTypeNames, () => new EtwLogger(isEnabled));
1 reference to EtwLogger
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
83yield return nameof(EtwLogger);