4 references to LoadAsync
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Shared\AbstractSyntaxIndex_Persistence.cs (2)
58
return await
LoadAsync
(storageService, documentKey, textChecksum, stringTable, read, cancellationToken).ConfigureAwait(false) ??
59
await
LoadAsync
(storageService, documentKey, textAndDirectivesChecksum, stringTable, read, cancellationToken).ConfigureAwait(false);
FindSymbols\SyntaxTree\SyntaxTreeIndex_Persistence.cs (1)
22
return
LoadAsync
(storageService, documentKey, checksum, stringTable, ReadIndex, cancellationToken);
FindSymbols\TopLevelSyntaxTree\TopLevelSyntaxTreeIndex_Persistence.cs (1)
18
return
LoadAsync
(storageService, documentKey, checksum, stringTable, ReadIndex, cancellationToken);