8 references to PathEndsWithExtraSlash
System.Web (8)
Configuration\MetabaseServerConfig.cs (2)
200if (!UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.PathIsDriveRoot(result)) { 205if (UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.PathIsDriveRoot(result)) {
Configuration\ProcessHostMapPath.cs (2)
329if (!UrlPath.PathEndsWithExtraSlash(result)) { 334if (UrlPath.PathEndsWithExtraSlash(result)) {
Configuration\VirtualDirectoryMapping.cs (1)
81if (UrlPath.PathEndsWithExtraSlash(physicalDirectory)) {
Hosting\HostingEnvironment.cs (2)
1107if (!UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.PathIsDriveRoot(result)) 1111if (UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.PathIsDriveRoot(result))
HttpRequest.cs (1)
3020UrlPath.PathEndsWithExtraSlash(realPath)) {