7 references to RuleMatchSegment
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\TestStringParser.cs (1)
67results.Add(new RuleMatchSegment(parsedIndex));
IISUrlRewrite\InputParser.cs (1)
150results.Add(new RuleMatchSegment(index));
Microsoft.AspNetCore.Rewrite.Tests (5)
ApacheModRewrite\TestStringParserTests.cs (4)
81list.Add(new RuleMatchSegment(1)); 92list.Add(new RuleMatchSegment(1)); 93list.Add(new RuleMatchSegment(2)); 107list.Add(new RuleMatchSegment(1));
PatternSegments\RuleMatchSegmentTests.cs (1)
19var segment = new RuleMatchSegment(index);