4 references to PathIsDriveRoot
System.Web (4)
Configuration\MetabaseServerConfig.cs (2)
200
if (!UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.
PathIsDriveRoot
(result)) {
205
if (UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.
PathIsDriveRoot
(result)) {
Hosting\HostingEnvironment.cs (2)
1107
if (!UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.
PathIsDriveRoot
(result))
1111
if (UrlPath.PathEndsWithExtraSlash(result) && !UrlPath.
PathIsDriveRoot
(result))