3 overrides of Exists
NuGet.Protocol (3)
LegacyFeed\MetadataResourceV2Feed.cs (1)
86
public override async Task<bool>
Exists
(PackageIdentity identity, bool includeUnlisted, SourceCacheContext sourceCacheContext, ILogger log, CancellationToken token)
LocalRepositories\LocalMetadataResource.cs (1)
105
public override Task<bool>
Exists
(
Resources\MetadataResourceV3.cs (1)
68
public override async Task<bool>
Exists
(
1 reference to Exists
NuGet.Protocol (1)
Resources\MetadataResource.cs (1)
39
return await
Exists
(identity, true, sourceCacheContext, log, token);