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