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