System\Net\Sockets\Socket.cs (11)
2865e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2924e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2955e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3011e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3052e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3077e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3133e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3181e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3206e.StartOperationCommon(this, SocketAsyncOperation.Send);
3239e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3284e.StartOperationCommon(this, SocketAsyncOperation.SendTo);