2 references to GetIndexAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Shared\AbstractSyntaxIndex.cs (1)
32
var index = await
GetIndexAsync
(solutionKey, project, document, read, create, cancellationToken).ConfigureAwait(false);
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
56
=>
GetIndexAsync
(solutionKey, project, document, ReadIndex, CreateIndex, cancellationToken);