3 instantiations of QueryStringSegment
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\ServerVariables.cs (1)
52
return new
QueryStringSegment
();
IISUrlRewrite\ServerVariables.cs (1)
70
managedVariableThunk = () => new
QueryStringSegment
();
Microsoft.AspNetCore.Rewrite.Tests (1)
PatternSegments\QueryStringSegmentTests.cs (1)
14
var segement = new
QueryStringSegment
();
1 reference to QueryStringSegment
Microsoft.AspNetCore.Rewrite.Tests (1)
PatternSegments\QueryStringSegmentTests.cs (1)
14
var
segement = new QueryStringSegment();