2 implementations of ReadFileAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
FileDownloader.cs (1)
33public Task<Stream> ReadFileAsync()
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
33public Task<Stream> ReadFileAsync()
3 references to ReadFileAsync
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
543using var stream = await fileDownloader.ReadFileAsync().ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (2)
211downloaderMock.Setup(Sub(c) c.ReadFileAsync()). 649downloaderMock.Setup(Function(c) c.ReadFileAsync()).