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