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