2 writes to _nextGlobalExtendedAttributesEntryNumber
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.cs (2)
104
_nextGlobalExtendedAttributesEntryNumber
= 1;
318
TarEntryFormat.Pax when entry._header._typeFlag is TarEntryType.GlobalExtendedAttributes => entry._header.WriteAsPaxGlobalExtendedAttributesCoreAsync<TAdapter>(_archiveStream, buffer,
_nextGlobalExtendedAttributesEntryNumber
++, cancellationToken),