3 references to SparseMemoryStream
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (2)
936
private SparseMemoryStream _readCache = new
SparseMemoryStream
(Int32.MaxValue, Int64.MaxValue, false);
937
private SparseMemoryStream _writeCache = new
SparseMemoryStream
(Int32.MaxValue, Int64.MaxValue, false);
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (1)
354
long highWaterMark):
this
(lowWaterMark, highWaterMark, true)