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