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