1 write to _totalNumberOfDisks
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (1)
229_totalNumberOfDisks = reader.ReadUInt32();
2 references to _totalNumberOfDisks
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (2)
92writer.Write(_totalNumberOfDisks); 254if ((_totalNumberOfDisks != 1) ||