3 overrides of ComputeCheapVersionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\DiagnosticsPullCache.cs (1)
36
public override async Task<(int globalStateVersion, VersionStamp? dependentVersion)>
ComputeCheapVersionAsync
(DiagnosticsRequestState state, CancellationToken cancellationToken)
Handler\SourceGenerators\SourceGeneratedDocumentCache.cs (1)
19
public override async Task<(SourceGeneratorExecutionVersion, VersionStamp)>
ComputeCheapVersionAsync
(SourceGeneratedDocumentGetTextState state, CancellationToken cancellationToken)
Handler\SpellCheck\SpellCheckPullCache.cs (1)
21
public override async Task<(Checksum parseOptionsChecksum, Checksum textChecksum)?>
ComputeCheapVersionAsync
(SpellCheckState state, CancellationToken cancellationToken)
2 references to ComputeCheapVersionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\PullHandlers\VersionedPullCache.CacheItem.cs (2)
74
cheapVersion = await cache.
ComputeCheapVersionAsync
(state, cancellationToken).ConfigureAwait(false);
96
cheapVersion = await cache.
ComputeCheapVersionAsync
(state, cancellationToken).ConfigureAwait(false);