1 write to socketAsyncEventArgsPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2137
this.
socketAsyncEventArgsPool
= new SocketAsyncEventArgsPool(GetAcceptBufferSize(this.listenSocket));
5 references to socketAsyncEventArgsPool
System.ServiceModel (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
2014
return this.
socketAsyncEventArgsPool
.Take();
2019
Fx.Assert(
socketAsyncEventArgsPool
!= null, "The socketAsyncEventArgsPool should not be null");
2020
this.
socketAsyncEventArgsPool
.Return(socketAsyncEventArgs);
2072
if (this.
socketAsyncEventArgsPool
!= null)
2074
this.
socketAsyncEventArgsPool
.Close();