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