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