1 implementation of CorrelationId
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
16public int CorrelationId { get; } = CorrelationIdFactory.GetNextId();
1 reference to CorrelationId
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\FixAllLogger.cs (1)
64m[CorrelationId] = fixAllState.CorrelationId;