3 references to ReadIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex.cs (2)
34=> GetRequiredIndexAsync(document, ReadIndex, CreateIndex, cancellationToken); 41=> GetIndexAsync(document, loadOnly, ReadIndex, CreateIndex, cancellationToken);
FindSymbols\SyntaxTree\SyntaxTreeIndex_Persistence.cs (1)
19return LoadAsync(storageService, documentKey, checksum, stringTable, ReadIndex, cancellationToken);