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