2 writes to _handleExceptionAsync
NuGet.Protocol (2)
Plugins\PluginPackageDownloader.cs (2)
112
_handleExceptionAsync
= exception => TaskResult.False;
232
_handleExceptionAsync
= handleExceptionAsync;
1 reference to _handleExceptionAsync
NuGet.Protocol (1)
Plugins\PluginPackageDownloader.cs (1)
163
if (!await
_handleExceptionAsync
(ex))