2 references to Unwrap
NuGet.Commands (1)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
701
var currentException = ExceptionUtilities.
Unwrap
(e);
NuGet.Common (1)
ExceptionUtilities.cs (1)
33
var unwrappedException =
Unwrap
(ex);