1 instantiation of SocketAsyncEventArgsPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2137
this.socketAsyncEventArgsPool = new
SocketAsyncEventArgsPool
(GetAcceptBufferSize(this.listenSocket));
2 references to SocketAsyncEventArgsPool
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1980
SocketAsyncEventArgsPool
socketAsyncEventArgsPool;
2296
SocketAsyncEventArgsPool
.CleanupAcceptSocket(this.socketAsyncEventArgs);