1 write to _client
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
31
=>
_client
= client;
2 references to _client
Microsoft.VisualStudio.LanguageServices (2)
Storage\FileDownloader.cs (2)
63
=>
_client
.ReadFileAsync(BehaviorOnStale.ReturnStale);
68
=>
_client
.Dispose();