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