3 references to LessEqual
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (1)
92
match = new IntegerMatch(input.Operand, IntegerOperationType.
LessEqual
);
UrlMatches\IntegerMatch.cs (1)
54
case IntegerOperationType.
LessEqual
:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\IntegerMatchTests.cs (1)
22
[InlineData(1, (int)IntegerOperationType.
LessEqual
, "2", false)]