1 instantiation of ParallelMultiConnectSocketState
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
721
var state = new
ParallelMultiConnectSocketState
(this);
2 references to ParallelMultiConnectSocketState
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
721
var
state = new ParallelMultiConnectSocketState(this);
740
async Task Core(MultiConnectSocketAsyncEventArgs internalArgs, Task<IPAddress[]> addressesTask, int port, SocketType socketType, ProtocolType protocolType,
ParallelMultiConnectSocketState
? parallelState, CancellationToken cancellationToken)