2 references to MaxFileNameSize
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (1)
538
if (zipFileName.Length > ZipIOBlockManager.
MaxFileNameSize
)
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (1)
55
if (asciiName.Length > ZipIOBlockManager.
MaxFileNameSize
)