1 instantiation of PackageNotFoundProtocolException
NuGet.Protocol (1)
Utility\FindPackagesByIdNupkgDownloader.cs (1)
88throw new PackageNotFoundProtocolException(identity);
1 reference to PackageNotFoundProtocolException
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
94catch (PackageNotFoundProtocolException ex) when (match.Provider.IsHttp && match.Provider.Source != null)