Skip to content

Instantly share code, notes, and snippets.

@stopiccot
Created March 16, 2020 10:47
Show Gist options
  • Save stopiccot/e88991985465ece4a0231d5330458e01 to your computer and use it in GitHub Desktop.
Save stopiccot/e88991985465ece4a0231d5330458e01 to your computer and use it in GitHub Desktop.
NullCheck(L_25);
int32_t L_26 = List_1_get_Count_mCFCC7019663234D84E8CF88989AB6757B832616C(L_25, /*hidden argument*/List_1_get_Count_mCFCC7019663234D84E8CF88989AB6757B832616C_RuntimeMethod_var);
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1));
goto IL_00ea;
}
IL_00c8:
{
PureWebSocketConnection_tC9BF9BE0F3687EAB8B51A28BAEFFF0C549AB7EF9 * L_27 = V_1;
NullCheck(L_27);
List_1_tCE5BCB48A4AF7BC5749B506518276EF91F1D4120 * L_28 = L_27->get_disposedSockets_18();
int32_t L_29 = V_3;
NullCheck(L_28);
PureWebSocket_t059C735C39314CFDED7167D52637A881EE1EB045 * L_30 = List_1_get_Item_m47ED5AFA27F65BD1935406D30EB7A29C0E0DD0B9(L_28, L_29, /*hidden argument*/List_1_get_Item_m47ED5AFA27F65BD1935406D30EB7A29C0E0DD0B9_RuntimeMethod_var);
NullCheck(L_30);
PureWebSocket_Dispose_m4630F2CD233DB0D3D18DFD26627844DFDBF5D117(L_30, (bool)1, /*hidden argument*/NULL);
PureWebSocketConnection_tC9BF9BE0F3687EAB8B51A28BAEFFF0C549AB7EF9 * L_31 = V_1;
NullCheck(L_31);
List_1_tCE5BCB48A4AF7BC5749B506518276EF91F1D4120 * L_32 = L_31->get_disposedSockets_18();
int32_t L_33 = V_3;
NullCheck(L_32);
List_1_RemoveAt_mF69D02CD9DAA0924CF0D96DD6565603AAC5111B3(L_32, L_33, /*hidden argument*/List_1_RemoveAt_mF69D02CD9DAA0924CF0D96DD6565603AAC5111B3_RuntimeMethod_var);
int32_t L_34 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
}
IL_00ea:
{
int32_t L_35 = V_3;
if ((((int32_t)L_35) >= ((int32_t)0)))
{
goto IL_00c8;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment