3 references to IsPathTooLong
mscorlib (3)
system\io\directory.cs (1)
1180if (PathInternal.IsPathTooLong(path))
system\io\path.cs (1)
441if (PathInternal.IsPathTooLong(normalized) || PathInternal.AreSegmentsTooLong(normalized))
system\io\pathinternal.cs (1)
152return IsPathTooLong(fullPath);