3 references to MaxComponentLength
mscorlib (3)
system\io\path.cs (1)
96
private static readonly int MaxDirectoryLength = PathInternal.
MaxComponentLength
;
system\io\pathinternal.cs (2)
128
if (i - lastSeparator >
MaxComponentLength
)
134
if (length - 1 - lastSeparator >
MaxComponentLength
)