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