6 references to PathSeparator
System.Web (6)
Configuration\WebConfigurationHost.cs (6)
43private static readonly string RootWebConfigPathAndPathSeparator = RootWebConfigPath + PathSeparator; 66s_slashSplit = new char[PathSeparator]; 334int indexVPath = configPath.IndexOf(PathSeparator, indexStart); 357int indexVPath = configPath.IndexOf(PathSeparator, indexStart); 409return parentConfigPath + PathSeparator + childConfigPath; 689int firstSlash = locationSubPath.IndexOf(PathSeparator);