1 instantiation of DiagnosticsRequestState
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
157
var cacheState = new
DiagnosticsRequestState
(project, globalStateVersion, context, diagnosticSource);
4 references to DiagnosticsRequestState
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
157
var
cacheState = new DiagnosticsRequestState(project, globalStateVersion, context, diagnosticSource);
Handler\Diagnostics\DiagnosticsPullCache.cs (3)
32
: VersionedPullCache<(int globalStateVersion, Checksum dependentChecksum),
DiagnosticsRequestState
, ImmutableArray<DiagnosticData>>(uniqueKey)
36
public override async Task<(int globalStateVersion, Checksum dependentChecksum)> ComputeVersionAsync(
DiagnosticsRequestState
state, CancellationToken cancellationToken)
42
public override async Task<ImmutableArray<DiagnosticData>> ComputeDataAsync(
DiagnosticsRequestState
state, CancellationToken cancellationToken)