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