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