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