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