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 430cacheReadResult = ReadFromCache(_readCache, start, realCount, buffer, offset); 442long readCacheStartOftheNextBlock = FindOffsetOfNextAvailableBlockAfter(_readCache, start); 459cacheReadResult = ReadFromCache(_readCache, start, realCount, buffer, offset); 645_readCache.Seek(firstBlockOffset, SeekOrigin.Begin); 654_readCache.Write(clearTextBlock, 0, readCryptoBlockSize); 754if (_readCache.MemoryConsumption + _writeCache.MemoryConsumption > _autoFlushHighWaterMark) 836_readCache.SetLength(0);