4 references to LessEqual
Microsoft.AspNetCore.Rewrite (3)
ApacheModRewrite\RuleBuilder.cs (1)
118match = new StringMatch(input.Operand, StringOperationType.LessEqual, input.Invert);
UrlMatches\StringMatch.cs (2)
17if (operation < StringOperationType.Equal || operation > StringOperationType.LessEqual) 38case StringOperationType.LessEqual:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
16[InlineData("b", (int)StringOperationType.LessEqual, true, "a", true)]