6 instantiations of StringMatch
Microsoft.AspNetCore.Rewrite (5)
ApacheModRewrite\RuleBuilder.cs (5)
106match = new StringMatch(input.Operand, StringOperationType.Equal, input.Invert); 109match = new StringMatch(input.Operand, StringOperationType.Greater, input.Invert); 112match = new StringMatch(input.Operand, StringOperationType.GreaterEqual, input.Invert); 115match = new StringMatch(input.Operand, StringOperationType.Less, input.Invert); 118match = new StringMatch(input.Operand, StringOperationType.LessEqual, input.Invert);
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
22var stringMatch = new StringMatch(value, (StringOperationType)operation, ignoreCase);
1 reference to StringMatch
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
22var stringMatch = new StringMatch(value, (StringOperationType)operation, ignoreCase);