1 write to _readCache
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
290
_readCache
= null;
8 references to _readCache
WindowsBase (8)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (8)
282
_readCache
.Close(); // the life time of these two streams is exactly the
430
cacheReadResult = ReadFromCache(
_readCache
, start, realCount, buffer, offset);
442
long readCacheStartOftheNextBlock = FindOffsetOfNextAvailableBlockAfter(
_readCache
, start);
459
cacheReadResult = ReadFromCache(
_readCache
, start, realCount, buffer, offset);
645
_readCache
.Seek(firstBlockOffset, SeekOrigin.Begin);
654
_readCache
.Write(clearTextBlock, 0, readCryptoBlockSize);
754
if (
_readCache
.MemoryConsumption + _writeCache.MemoryConsumption > _autoFlushHighWaterMark)
836
_readCache
.SetLength(0);