3 references to new
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));