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