4 references to IsSeparator
System.Web (4)
Routing\ParsedRoute.cs (1)
474
if (!RouteParser.
IsSeparator
(requestPathSegments[i])) {
Routing\RouteParser.cs (3)
160
bool isCurrentPartSeparator =
IsSeparator
(pathSegment);
232
isPreviousPartSeparator =
IsSeparator
(pathSegment);
236
isCurrentPartSeparator =
IsSeparator
(pathSegment);