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