5 references to Convert
NuGet.Protocol (5)
Model\LocalPackageSearchMetadata.cs (5)
47public Uri LicenseUrl => Convert(_nuspec.GetLicenseUrl()); 66public Uri ProjectUrl => Convert(_nuspec.GetProjectUrl()); 200return Convert(_nuspec.GetIconUrl()); 203var baseUri = Convert(_package.Path); 222var baseUri = Convert(_package.Path);