9 references to BackReferenceCollection
Microsoft.AspNetCore.Rewrite (1)
UrlMatches\RegexMatch.cs (1)
21
return new MatchResults(success: res.Success != Negate, new
BackReferenceCollection
(res.Groups));
Microsoft.AspNetCore.Rewrite.Tests (8)
IISUrlRewrite\InputParserTests.cs (4)
168
return new
BackReferenceCollection
(match.Groups);
174
return new
BackReferenceCollection
(match.Groups);
180
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));
186
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));
IISUrlRewrite\ServerVariableTests.cs (2)
162
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));
168
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));
PatternSegments\ConditionMatchSegmentTests.cs (1)
32
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));
PatternSegments\RuleMatchSegmentTests.cs (1)
31
return new MatchResults(match.Success, new
BackReferenceCollection
(match.Groups));