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