3 instantiations of TraceLogger
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
86SetRoslynLogger(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)
63SetRoslynLogger(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)
87yield return nameof(TraceLogger);