4 references to IsValidPrecedingToken
NuGet.Packaging (4)
Licenses\NuGetLicenseExpressionParser.cs (4)
48
if (!firstPass && !token.TokenType.
IsValidPrecedingToken
(lastTokenType))
57
if (!firstPass && !token.TokenType.
IsValidPrecedingToken
(lastTokenType))
65
if (firstPass || !token.TokenType.
IsValidPrecedingToken
(lastTokenType))
90
if (firstPass && !token.TokenType.
IsValidPrecedingToken
(lastTokenType))