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