System\Net\Sockets\Socket.cs (11)
2869e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2928e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2959e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3022e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3063e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3088e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3144e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3192e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3217e.StartOperationCommon(this, SocketAsyncOperation.Send);
3250e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3295e.StartOperationCommon(this, SocketAsyncOperation.SendTo);