3 references to Less
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (1)
115match = new StringMatch(input.Operand, StringOperationType.Less, input.Invert);
UrlMatches\StringMatch.cs (1)
36case StringOperationType.Less:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
15[InlineData("b", (int)StringOperationType.Less, true, "a", true)]