System\Net\Sockets\Socket.cs (11)
2858e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2917e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2948e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3004e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3045e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3070e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3126e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3174e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3199e.StartOperationCommon(this, SocketAsyncOperation.Send);
3232e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3277e.StartOperationCommon(this, SocketAsyncOperation.SendTo);