5 references to StoredData
System.IO.Compression (5)
System\IO\Compression\ZipArchive.cs (1)
788if ((entry.Changes & (ChangeState.DynamicLengthMetadata | ChangeState.StoredData)) != 0)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
351bool storedDataModified = (Changes & ZipArchive.ChangeState.StoredData) != 0;
System\IO\Compression\ZipArchiveEntry.cs (3)
861Changes |= ZipArchive.ChangeState.StoredData; 911Changes |= ZipArchive.ChangeState.StoredData; 1191bool storedDataModified = (Changes & ZipArchive.ChangeState.StoredData) != 0;