2 references to GetIcon
NuGet.Packaging (1)
Rules\IconUrlDeprecationWarning.cs (1)
23var icon = nuspecReader.GetIcon();
NuGet.Protocol (1)
Model\LocalPackageSearchMetadata.cs (1)
194string? embeddedIcon = _nuspec.GetIcon();