4 references to WITH
NuGet.Packaging (4)
Licenses\LicenseTokenTypeExtensions.cs (2)
10
return tokenType == LicenseTokenType.
WITH
|| tokenType == LicenseTokenType.AND || tokenType == LicenseTokenType.OR;
24
case LicenseTokenType.
WITH
:
Licenses\NuGetLicenseExpressionParser.cs (2)
87
case LicenseTokenType.
WITH
:
171
if (op.TokenType == LicenseTokenType.
WITH
)