5 references to DoesVersionExist
NuGet.Protocol (5)
LocalRepositories\LocalV3FindPackageByIdResource.cs (5)
206if (DoesVersionExist(id, version)) 294if (DoesVersionExist(id, version)) 360if (DoesVersionExist(packageIdentity.Id, packageIdentity.Version)) 431return Task.FromResult(DoesVersionExist(id, version)); 526if (DoesVersionExist(id, version))