System\Net\Sockets\Socket.cs (11)
2858e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2913e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2944e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3000e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3041e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3066e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3122e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3170e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3195e.StartOperationCommon(this, SocketAsyncOperation.Send);
3228e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3273e.StartOperationCommon(this, SocketAsyncOperation.SendTo);