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