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