4 references to ReadIndex
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.cs (3)
44=> GetRequiredIndexAsync(solutionKey, project, document, ReadIndex, CreateIndex, cancellationToken); 50=> GetIndexAsync(solutionKey, project, document, ReadIndex, CreateIndex, cancellationToken); 56=> GetIndexAsync(solutionKey, project, document, loadOnly, ReadIndex, CreateIndex, cancellationToken);
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex_Persistence.cs (1)
18return LoadAsync(storageService, documentKey, checksum, stringTable, ReadIndex, cancellationToken);