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