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