2 writes to _handleExceptionAsync
NuGet.Protocol (2)
RemotePackageArchiveDownloader.cs (2)
122
_handleExceptionAsync
= exception => TaskResult.False;
260
_handleExceptionAsync
= handleExceptionAsync;
1 reference to _handleExceptionAsync
NuGet.Protocol (1)
RemotePackageArchiveDownloader.cs (1)
197
if (!await
_handleExceptionAsync
(ex))