7 references to CreateCorrelationLogMessage
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
AbstractFixAllSuggestedAction.cs (1)
70using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(FixAllState.CorrelationId), cancellationToken))
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActions\AbstractFixAllSuggestedAction.cs (1)
70using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(FixAllState.CorrelationId), cancellationToken))
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (3)
64using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), cancellationToken)) 86FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), 175FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId),
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
58FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.CorrelationId), 71FixAllLogger.CreateCorrelationLogMessage(fixAllContext.State.CorrelationId),