2 references to NotFound
NuGet.Protocol (2)
HttpSource\HttpSource.cs (1)
145
var httpSourceResult = new HttpSourceResult(HttpSourceResultStatus.
NotFound
);
LegacyFeed\V2FeedParser.cs (1)
551
if (ignoreNotFounds && response.Status == HttpSourceResultStatus.
NotFound
)