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