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