4 references to Take
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
956return this.bufferPool.Take();
System\ServiceModel\Channels\SocketConnection.cs (2)
90this.readBuffer = this.connectionBufferPool.Take(); 2014return this.socketAsyncEventArgsPool.Take();
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
171return this.bufferPool.Take();