Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
3 references to Write
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (2)
246
_writeCache.
Write
(buffer, offset, count);
654
_readCache.
Write
(clearTextBlock, 0, readCryptoBlockSize);
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (1)
316
_sparseMemoryStreamSuffix.
Write
(buffer, offset, count);