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