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