3 references to PathSeparator
mscorlib (3)
system\appdomain.cs (3)
2289if((current[current.Length-1] != Path.PathSeparator) && 2290(path[0] != Path.PathSeparator)) 2291appendPath.Append(Path.PathSeparator);