5 references to GetNextId
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (1)
1088
_ = Task.Run(() => DebuggingSessionTelemetry.Log(data, Logger.Log, CorrelationIdFactory.
GetNextId
));
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
62
var correlationId = CorrelationIdFactory.
GetNextId
();
SolutionCrawler\SolutionCrawlerRegistrationService.cs (1)
79
var correlationId = CorrelationIdFactory.
GetNextId
();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
44
return new DiagnosticIncrementalAnalyzer(this, CorrelationIdFactory.
GetNextId
(), workspace, AnalyzerInfoCache);
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
16
public int CorrelationId { get; } = CorrelationIdFactory.
GetNextId
();