2 implementations of ReadFileAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
33public Task<Stream?> ReadFileAsync()
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
33public Task<Stream?> ReadFileAsync()
1 reference to ReadFileAsync
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
615using var stream = await fileDownloader.ReadFileAsync().ConfigureAwait(false);