6 references to CreateCorrelationLogMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\AbstractFixAllSuggestedAction.cs (1)
68
using (Logger.LogBlock(functionId, FixAllLogger.
CreateCorrelationLogMessage
(FixAllState.CorrelationId), cancellationToken))
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (3)
62
using (Logger.LogBlock(functionId, FixAllLogger.
CreateCorrelationLogMessage
(fixAllState.CorrelationId), cancellationToken))
83
FixAllLogger.
CreateCorrelationLogMessage
(fixAllState.CorrelationId),
149
FixAllLogger.
CreateCorrelationLogMessage
(fixAllState.CorrelationId),
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
59
FixAllLogger.
CreateCorrelationLogMessage
(fixAllContext.State.CorrelationId),
72
FixAllLogger.
CreateCorrelationLogMessage
(fixAllContext.State.CorrelationId),