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