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