2 references to MaxDirectoryLength
mscorlib (2)
system\io\path.cs (2)
670if (thisPos - lastDirectorySeparatorPos > MaxDirectoryLength) 743if (newBuffer.Length - 1 - lastDirectorySeparatorPos > MaxDirectoryLength)