4 references to NuGetLicenseExpression_InvalidToken
NuGet.Packaging (4)
Licenses\NuGetLicenseExpressionParser.cs (4)
50
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_InvalidToken
, token.Value));
59
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_InvalidToken
, token.Value));
67
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_InvalidToken
, token.Value));
92
throw new NuGetLicenseExpressionParsingException(string.Format(CultureInfo.CurrentCulture, Strings.
NuGetLicenseExpression_InvalidToken
, token.Value));