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