5 references to Convert
NuGet.Protocol (5)
Model\LocalPackageSearchMetadata.cs (5)
45public Uri? LicenseUrl => Convert(_nuspec.GetLicenseUrl()); 64public Uri? ProjectUrl => Convert(_nuspec.GetProjectUrl()); 198return Convert(_nuspec.GetIconUrl()); 201var baseUri = Convert(_package.Path)!; 220var baseUri = Convert(_package.Path)!;