4 references to MaxLongPath
mscorlib (4)
system\io\longpath.cs (4)
53return Path.NormalizePath(path, fullCheck, Path.MaxLongPath); 562if (name.Length >= Path.MaxLongPath) 631if (sourcePath.Length >= Path.MaxLongPath) 637if (destPath.Length >= Path.MaxLongPath)