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