3 instantiations of UrlSegment
Microsoft.AspNetCore.Rewrite (3)
ApacheModRewrite\ServerVariables.cs (1)
114
return new
UrlSegment
();
IISUrlRewrite\ServerVariables.cs (2)
58
managedVariableThunk = () => new
UrlSegment
(uriMatchPart);
88
managedVariableThunk = () => new
UrlSegment
(uriMatchPart);