3 references to InternalWrite
System (3)
sys\System\IO\compression\DeflateStream.cs (3)
99
m_AsyncWriterDelegate = new AsyncWriteDelegate(this.
InternalWrite
);
135
m_AsyncWriterDelegate = new AsyncWriteDelegate(this.
InternalWrite
);
489
InternalWrite
(array, offset, count, false);