3 references to IsDirectorySeparatorChar
System.Configuration.ConfigurationManager (3)
System\Configuration\UrlPath.cs (3)
105
return (path[1] == ':') &&
IsDirectorySeparatorChar
(path[2]);
114
return
IsDirectorySeparatorChar
(path[0]) &&
IsDirectorySeparatorChar
(path[1]);