5 references to NormalizePath
mscorlib (5)
system\AppDomainSetup.cs (5)
317Value[(int) LoaderInformation.ApplicationBaseValue] = NormalizePath(value, false); 526return NormalizePath(Value[(int) LoaderInformation.ConfigurationFileValue], true); 719StringBuilder s = new StringBuilder( NormalizePath(value, false) ); 814dir = NormalizePath(dir, true); 1150Value[(int) LoaderInformation.CachePathValue] = NormalizePath(value, false);