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