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