System\Net\Sockets\Socket.cs (11)
2865e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2924e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2955e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3018e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3059e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3084e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3140e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3188e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3213e.StartOperationCommon(this, SocketAsyncOperation.Send);
3246e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3291e.StartOperationCommon(this, SocketAsyncOperation.SendTo);