2 references to AtEnd
Microsoft.AspNetCore.Routing (2)
Patterns\RoutePatternParser.cs (2)
51
Debug.Assert(context.
AtEnd
() || context.Current == Separator);
118
if (context.Current == Separator || context.
AtEnd
())