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