6 references to IntegerMatch
Microsoft.AspNetCore.Rewrite (6)
ApacheModRewrite\RuleBuilder.cs (6)
80match = new IntegerMatch(input.Operand, IntegerOperationType.Equal); 83match = new IntegerMatch(input.Operand, IntegerOperationType.Greater); 86match = new IntegerMatch(input.Operand, IntegerOperationType.GreaterEqual); 89match = new IntegerMatch(input.Operand, IntegerOperationType.Less); 92match = new IntegerMatch(input.Operand, IntegerOperationType.LessEqual); 95match = new IntegerMatch(input.Operand, IntegerOperationType.NotEqual);