3 references to NormalizePath
mscorlib (3)
system\appdomain.cs (1)
3763
newSetup.ApplicationBase =
NormalizePath
(propertyValues[i], fullCheck: true);
system\AppDomainSetup.cs (2)
439
string pathRoot = AppDomain.
NormalizePath
(appBase, fullCheck: false);
484
path = AppDomain.
NormalizePath
(path, fullCheck: true);