6 references to MemoryBlockCollection
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (6)
473IList<MemoryStreamBlock> collection = cache.MemoryBlockCollection; 523if (cache.MemoryBlockCollection.Count == 0) 535int index = cache.MemoryBlockCollection.BinarySearch(_comparisonBlock); 569if (index >= (cache.MemoryBlockCollection.Count)) 573return cache.MemoryBlockCollection[index].Offset; 772foreach(MemoryStreamBlock memStreamBlock in _writeCache.MemoryBlockCollection)