2 writes to _internalFileAttributes
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (2)
46header._internalFileAttributes = 0; 74header._internalFileAttributes = reader.ReadUInt16();
1 reference to _internalFileAttributes
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (1)
132writer.Write(_internalFileAttributes);