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