3 writes to _externalFileAttr
System.IO.Compression (3)
System\IO\Compression\ZipArchiveEntry.cs (3)
74
_externalFileAttr
= cd.ExternalFileAttributes;
131
_externalFileAttr
= entryName.EndsWith(Path.DirectorySeparatorChar) || entryName.EndsWith(Path.AltDirectorySeparatorChar)
216
_externalFileAttr
= (uint)value;
2 references to _externalFileAttr
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
211
return (int)
_externalFileAttr
;
665
BinaryPrimitives.WriteUInt32LittleEndian(cdStaticHeader[ZipCentralDirectoryFileHeader.FieldLocations.ExternalFileAttributes..],
_externalFileAttr
);