2 writes to _externalFileAttributes
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (2)
47header._externalFileAttributes = 0; 75header._externalFileAttributes = reader.ReadUInt32();
3 references to _externalFileAttributes
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (3)
133writer.Write(_externalFileAttributes); 299((_externalFileAttributes & 0x10) != 0); 322((_externalFileAttributes & 0x08) != 0);