6 instantiations of ConditionMatchSegment
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\TestStringParser.cs (1)
133
results.Add(new
ConditionMatchSegment
(parsedIndex));
IISUrlRewrite\InputParser.cs (1)
156
results.Add(new
ConditionMatchSegment
(index));
Microsoft.AspNetCore.Rewrite.Tests (4)
ApacheModRewrite\TestStringParserTests.cs (3)
56
list.Add(new
ConditionMatchSegment
(1));
68
list.Add(new
ConditionMatchSegment
(1));
69
list.Add(new
ConditionMatchSegment
(2));
PatternSegments\ConditionMatchSegmentTests.cs (1)
20
var segment = new
ConditionMatchSegment
(index);
1 reference to ConditionMatchSegment
Microsoft.AspNetCore.Rewrite.Tests (1)
PatternSegments\ConditionMatchSegmentTests.cs (1)
20
var
segment = new ConditionMatchSegment(index);