1 write to writeBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedConnection.cs (1)
212
writeBuffer
= DiagnosticUtility.Utility.AllocateByteArray(writeBufferSize);
4 references to writeBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedConnection.cs (4)
64
Connection.Write(
writeBuffer
, 0, pendingWriteSize, false, timeout);
166
Buffer.BlockCopy(buffer, offset,
writeBuffer
, pendingWriteSize, size);
210
if (
writeBuffer
== null)
222
Buffer.BlockCopy(buffer, offset,
writeBuffer
, pendingWriteSize, copySize);