2 references to DebuggerToString
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (1)
370CandidateRejectedByComplexSegment(logger, endpoint.DisplayName, routePattern, segment.DebuggerToString(), path);
Patterns\RoutePattern.cs (1)
163return RawText ?? string.Join(SeparatorString, PathSegments.Select(s => s.DebuggerToString()));