Implemented interface member:
property
CorrelationId
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.CorrelationId
9 references to CorrelationId
Microsoft.CodeAnalysis.Features (7)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (7)
57
FixAllLogger.LogDiagnosticsStats(fixAllState.
CorrelationId
, documentsAndDiagnosticsToFixMap);
64
using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
), cancellationToken))
66
FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.
CorrelationId
, diagnosticsAndCodeActions.Length);
86
FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
),
170
FixAllLogger.LogDiagnosticsStats(fixAllState.
CorrelationId
, projectsAndDiagnosticsToFixMap);
175
FixAllLogger.CreateCorrelationLogMessage(fixAllState.
CorrelationId
),
191
FixAllLogger.LogFixesToMergeStats(functionId, fixAllState.
CorrelationId
, result.Length);
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
58
FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.
CorrelationId
),
71
FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.
CorrelationId
),