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