System\Net\Sockets\Socket.cs (11)
2860e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2916e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2949e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3005e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3046e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3071e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3127e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3175e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3200e.StartOperationCommon(this, SocketAsyncOperation.Send);
3233e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3278e.StartOperationCommon(this, SocketAsyncOperation.SendTo);