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