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