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