3 references to GetIndexAsync
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\Shared\AbstractSyntaxIndex.cs (1)
38=> GetIndexAsync(solutionKey, project, document, loadOnly: false, read, create, cancellationToken);
FindSymbols\SyntaxTree\SyntaxTreeIndex.cs (1)
54=> GetIndexAsync(solutionKey, project, document, loadOnly, ReadIndex, CreateIndex, cancellationToken);
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex.cs (1)
62=> GetIndexAsync(solutionKey, project, document, loadOnly, ReadIndex, CreateIndex, cancellationToken);