5 references to StoredData
System.IO.Compression (5)
System\IO\Compression\ZipArchive.cs (1)
875
if ((entry.Changes & (ChangeState.DynamicLengthMetadata | ChangeState.
StoredData
)) != 0)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
703
bool storedDataModified = (Changes & ZipArchive.ChangeState.
StoredData
) != 0;
System\IO\Compression\ZipArchiveEntry.cs (3)
1191
Changes |= ZipArchive.ChangeState.
StoredData
;
1306
Changes |= ZipArchive.ChangeState.
StoredData
;
1754
bool storedDataModified = (Changes & ZipArchive.ChangeState.
StoredData
) != 0;