1 write to _exception
NuGet.PackageManagement (1)
PackagePreFetcherResult.cs (1)
119
_exception
= ExceptionDispatchInfo.Capture(ex);
2 references to _exception
NuGet.PackageManagement (2)
PackagePreFetcherResult.cs (2)
145
if (
_exception
!= null)
148
_exception
.Throw();