1 instantiation of HttpSourceException
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
525
throw new
HttpSourceException
(
4 references to HttpSourceException
NuGet.Commands (4)
RestoreCommand\SourceRepositoryDependencyProvider.cs (4)
686
if (ContainsHttpSourceException(e, out
HttpSourceException
httpSourceException))
711
static bool ContainsHttpSourceException(Exception e, out
HttpSourceException
httpSourceException)
715
if (e is
HttpSourceException
)
717
httpSourceException = (
HttpSourceException
)e;