2 writes to bufferPool
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
47
this.
bufferPool
= bufferPool;
58
this.
bufferPool
= bufferPool;
3 references to bufferPool
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
170
Fx.Assert(this.
bufferPool
!= null, "'bufferPool' MUST NOT be NULL.");
171
return this.
bufferPool
.Take();
395
this.
bufferPool
.Return(this.internalBuffer);