5 references to DoesVersionExist
NuGet.Protocol (5)
LocalRepositories\LocalV3FindPackageByIdResource.cs (5)
205if (DoesVersionExist(id, version)) 293if (DoesVersionExist(id, version)) 359if (DoesVersionExist(packageIdentity.Id, packageIdentity.Version)) 430return Task.FromResult(DoesVersionExist(id, version)); 525if (DoesVersionExist(id, version))