1 write to _writeCache
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
291_writeCache = null;
10 references to _writeCache
WindowsBase (10)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (10)
244_writeCache.Seek(this.Position, SeekOrigin.Begin); 246_writeCache.Write(buffer, offset, count); 249if (_writeCache.Length > Length) 252SetLength(_writeCache.Length); 283_writeCache.Close(); // same as the lifetime of the object itself 404int cacheReadResult = ReadFromCache(_writeCache, start, realCount, buffer, offset); 418long writeCacheStartOftheNextBlock = FindOffsetOfNextAvailableBlockAfter(_writeCache, start); 754if (_readCache.MemoryConsumption + _writeCache.MemoryConsumption > _autoFlushHighWaterMark) 772foreach(MemoryStreamBlock memStreamBlock in _writeCache.MemoryBlockCollection) 835_writeCache.SetLength(0);