3 references to Separator
Microsoft.AspNetCore.Routing (3)
Patterns\RoutePatternDebugStringFormatter.cs (3)
30var result = string.Join(Separator, segments); 33if (pattern.RawText is { Length: > 0 } rt && rt[0] == Separator) 35result = Separator + result;