3 writes to _externalFileAttr
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
73_externalFileAttr = cd.ExternalFileAttributes; 130_externalFileAttr = entryName.EndsWith(Path.DirectorySeparatorChar) || entryName.EndsWith(Path.AltDirectorySeparatorChar) 199_externalFileAttr = (uint)value;
2 references to _externalFileAttr
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
194return (int)_externalFileAttr; 608BinaryPrimitives.WriteUInt32LittleEndian(cdStaticHeader[ZipCentralDirectoryFileHeader.FieldLocations.ExternalFileAttributes..], _externalFileAttr);