6 references to TraceLog
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
79private static TraceLog Log
EditAndContinue\EditAndContinueService.cs (2)
48internal static readonly TraceLog Log; 49internal static readonly TraceLog AnalysisLog;
EditAndContinue\EditSession.cs (1)
1147private async ValueTask LogDeltaFilesAsync(TraceLog.FileLogger log, ManagedHotReloadUpdate delta, int baselineGeneration, Project oldProject, Project newProject, CancellationToken cancellationToken)
EditAndContinue\SolutionUpdate.cs (1)
39internal void Log(TraceLog log, UpdateId updateId)
EditAndContinue\Utilities\Extensions.cs (1)
43public static bool SupportsEditAndContinue(this Project project, TraceLog? log = null)