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