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