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