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