1 write to IsStandardLicense
NuGet.Packaging (1)
Licenses\NuGetLicense.cs (1)
35IsStandardLicense = isStandardLicense;
5 references to IsStandardLicense
NuGet.Packaging (4)
Licenses\NuGetLicenseExpressionExtensions.cs (2)
20return ((NuGetLicense)expression).IsStandardLicense; 31return withOperator.License.IsStandardLicense;
NuspecReader.cs (1)
546if (!nugetLicense.IsStandardLicense)
Rules\UnrecognizedLicenseIdentifierRule.cs (1)
41if (!license.IsStandardLicense)
NuGet.Protocol (1)
Model\PackageSearchMetadata.cs (1)
230if (!nugetLicense.IsStandardLicense)