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