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