Implemented interface member:
property
CorrelationId
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.CorrelationId
9 references to CorrelationId
Microsoft.CodeAnalysis.Features (7)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (7)
55
FixAllLogger.LogDiagnosticsStats(fixAllState.
CorrelationId
, documentsAndDiagnosticsToFixMap);
62
using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
), cancellationToken))
64
FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.
CorrelationId
, diagnosticsAndCodeActions.Length);
83
FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
),
144
FixAllLogger.LogDiagnosticsStats(fixAllState.
CorrelationId
, projectsAndDiagnosticsToFixMap);
149
FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
),
165
FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.
CorrelationId
, result.Length);
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
59
FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.
CorrelationId
),
72
FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.
CorrelationId
),