3 references to NormalizePath
mscorlib (3)
system\io\filestream.cs (1)
715string filePath = Path.NormalizePath(path, true, maxPath);
system\io\longpath.cs (1)
53return Path.NormalizePath(path, fullCheck, Path.MaxLongPath);
system\io\path.cs (1)
376return NormalizePath(path, fullCheck, AppContextSwitches.BlockLongPaths ? PathInternal.MaxShortPath : PathInternal.MaxLongPath);