3 instantiations of TraceLogger
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
95SetRoslynLogger(loggerTypeNames, () => new TraceLogger(logChecker));
Microsoft.CodeAnalysis.Workspaces (1)
Log\TraceLogger.cs (1)
16public static readonly TraceLogger Instance = new(isEnabledPredicate: null);
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
64SetRoslynLogger(loggerTypeNames, () => new TraceLogger(isEnabled));
2 references to TraceLogger
Microsoft.CodeAnalysis.Workspaces (1)
Log\TraceLogger.cs (1)
16public static readonly TraceLogger Instance = new(isEnabledPredicate: null);
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
88yield return nameof(TraceLogger);