3 references to GetOrComputeNewDataAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
159var newResult = await versionedCache.GetOrComputeNewDataAsync(
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (1)
60var newResult = await cache.GetOrComputeNewDataAsync(previousPullResults, projectOrDocument, document.Project, new SourceGeneratedDocumentGetTextState(document), cancellationToken).ConfigureAwait(false);
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
101var newResult = await _versionedCache.GetOrComputeNewDataAsync(