Base:
method
SetLength
System.IO.Stream.SetLength(System.Int64)
3 references to SetLength
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (2)
835
_writeCache.
SetLength
(0);
836
_readCache.
SetLength
(0);
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (1)
126
_sparseMemoryStreamSuffix.
SetLength
(newLength - _persistedSize); // no need for checked as it was verified above