3 references to Less
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (1)
89
match = new IntegerMatch(input.Operand, IntegerOperationType.
Less
);
UrlMatches\IntegerMatch.cs (1)
52
case IntegerOperationType.
Less
:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\IntegerMatchTests.cs (1)
21
[InlineData(2, (int)IntegerOperationType.
Less
, "1", true)]