4 references to UrlSegment
Microsoft.AspNetCore.Rewrite (3)
IISUrlRewrite\ServerVariables.cs (2)
58managedVariableThunk = () => new UrlSegment(uriMatchPart); 88managedVariableThunk = () => new UrlSegment(uriMatchPart);
PatternSegments\UrlSegment.cs (1)
14: this(UriMatchPart.Path)
Microsoft.AspNetCore.Rewrite.Tests (1)
PatternSegments\UrlSegmentTests.cs (1)
37var segment = new UrlSegment((UriMatchPart)uriMatchPart);