1 instantiation of HttpSourceException
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
527
throw new
HttpSourceException
(
4 references to HttpSourceException
NuGet.Commands (4)
RestoreCommand\SourceRepositoryDependencyProvider.cs (4)
702
if (ContainsHttpSourceException(e, out
HttpSourceException
httpSourceException))
727
static bool ContainsHttpSourceException(Exception e, out
HttpSourceException
httpSourceException)
731
if (e is
HttpSourceException
)
733
httpSourceException = (
HttpSourceException
)e;