25 references to TraceLog
Microsoft.CodeAnalysis.Features (25)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
511
TraceLog
log,
781
TraceLog
log,
EditAndContinue\CommittedSolution.cs (5)
323
TraceLog
log, SourceText sourceText, string filePath, Document? currentDocument, IPdbMatchingSourceTextProvider sourceTextProvider, ImmutableArray<byte> requiredChecksum, SourceHashAlgorithm checksumAlgorithm, CancellationToken cancellationToken)
349
TraceLog
log,
409
private static DebugInformationReaderProvider? GetMethodDebugInfoReader(
TraceLog
log, CompilationOutputs compilationOutputs, string projectName)
442
TraceLog
log,
502
TraceLog
log,
EditAndContinue\DebuggingSession.cs (4)
41
internal readonly
TraceLog
SessionLog;
46
internal readonly
TraceLog
AnalysisLog;
118
TraceLog
sessionLog,
119
TraceLog
analysisLog,
EditAndContinue\EditAndContinueDocumentAnalysesCache.cs (2)
24
internal sealed class EditAndContinueDocumentAnalysesCache(AsyncLazy<ActiveStatementsMap> baseActiveStatements, AsyncLazy<EditAndContinueCapabilities> capabilities,
TraceLog
log)
30
private readonly
TraceLog
_log = log;
EditAndContinue\EditAndContinueService.cs (2)
50
internal readonly
TraceLog
Log;
51
internal readonly
TraceLog
AnalysisLog;
EditAndContinue\EditSession.cs (5)
115
public
TraceLog
Log
430
internal static async Task PopulateChangedAndAddedDocumentsAsync(
TraceLog
log, Project oldProject, Project newProject, ArrayBuilder<Document> changedOrAddedDocuments, ArrayBuilder<ProjectDiagnostics> diagnostics, CancellationToken cancellationToken)
468
private static async ValueTask<TextDocumentStates<SourceGeneratedDocumentState>> GetSourceGeneratedDocumentStatesAsync(
TraceLog
log, Project project, ArrayBuilder<ProjectDiagnostics>? diagnostics, CancellationToken cancellationToken)
493
internal static async IAsyncEnumerable<DocumentId> GetChangedDocumentsAsync(
TraceLog
log, Project oldProject, Project newProject, [EnumeratorCancellation] CancellationToken cancellationToken)
1161
private async ValueTask LogDeltaFilesAsync(
TraceLog
.FileLogger log, ManagedHotReloadUpdate delta, int baselineGeneration, Project oldProject, Project newProject, CancellationToken cancellationToken)
EditAndContinue\IEditAndContinueAnalyzer.cs (1)
22
TraceLog
log,
EditAndContinue\SolutionUpdate.cs (1)
40
internal void Log(
TraceLog
log, UpdateId updateId)
EditAndContinue\TraceLog.cs (2)
33
internal sealed class FileLogger(string logDirectory,
TraceLog
traceLog)
36
private readonly
TraceLog
_traceLog = traceLog;
EditAndContinue\Utilities\Extensions.cs (1)
43
public static bool SupportsEditAndContinue(this Project project,
TraceLog
? log = null)