1 write to _client
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
31
=>
_client
= client;
3 references to _client
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (3)
57
=> await
_client
.ReadFileAsync(BehaviorOnStale.ReturnStale).ConfigureAwait(false) ??
58
await
_client
.ReadFileAsync(BehaviorOnStale.ForceDownload).ConfigureAwait(false);
68
=>
_client
.Dispose();