1 write to LicenseExpressionVersion
NuGet.Protocol (1)
Model\PackageSearchMetadata.cs (1)
270
LicenseExpressionVersion
= cache.GetString(LicenseExpressionVersion);
2 references to LicenseExpressionVersion
NuGet.Protocol (2)
Model\PackageSearchMetadata.cs (2)
174
_ = System.Version.TryParse(
LicenseExpressionVersion
, out var effectiveVersion);
270
LicenseExpressionVersion = cache.GetString(
LicenseExpressionVersion
);