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