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