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