3 references to ForwardSlash
Microsoft.Extensions.Telemetry (3)
Http\HttpRouteParser.cs (3)
47
httpPathAsSpan = httpPathAsSpan.TrimStart(
ForwardSlash
);
73
var length = httpPathAsSpan.Slice(startIndex).IndexOf(
ForwardSlash
);
97
httpRoute = httpRoute.TrimStart(
ForwardSlash
);