3 overrides of Exists
NuGet.Protocol (3)
LegacyFeed\MetadataResourceV2Feed.cs (1)
102public override async Task<bool> Exists(string packageId, bool includePrerelease, bool includeUnlisted, SourceCacheContext sourceCacheContext, ILogger log, CancellationToken token)
LocalRepositories\LocalMetadataResource.cs (1)
117public override Task<bool> Exists(
Resources\MetadataResourceV3.cs (1)
82public override async Task<bool> Exists(
1 reference to Exists
NuGet.Protocol (1)
Resources\MetadataResource.cs (1)
49return await Exists(packageId, true, false, sourceCacheContext, log, token);