1 write to bufferSize
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionBufferPool.cs (1)
32
this.
bufferSize
= bufferSize;
2 references to bufferSize
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionBufferPool.cs (2)
44
return this.
bufferSize
;
50
return DiagnosticUtility.Utility.AllocateByteArray(this.
bufferSize
);