1 write to LicenseExpression
NuGet.Protocol (1)
Model\PackageSearchMetadata.cs (1)
269LicenseExpression = cache.GetString(LicenseExpression);
3 references to LicenseExpression
NuGet.Protocol (3)
Model\PackageSearchMetadata.cs (3)
167if (string.IsNullOrWhiteSpace(LicenseExpression)) 172var trimmedLicenseExpression = LicenseExpression.Trim(); 269LicenseExpression = cache.GetString(LicenseExpression);