3 references to ForwardSlash
Microsoft.Extensions.Telemetry (3)
Http\HttpRouteFormatter.cs (3)
50
return httpPath.Trim(
ForwardSlash
);
53
var httpPathAsSpan = httpPath.AsSpan().TrimStart(
ForwardSlash
);
88
length = httpPathAsSpan.Slice(startIndex).IndexOf(
ForwardSlash
);