terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetLastOperation()

void System.Net.Sockets.SocketAsyncEventArgs.SetLastOperation ( SocketAsyncOperation op)
inlinepackageinherited

Definition at line 212 of file SocketAsyncEventArgs.cs.

213 {
214 while (!this.disposed)
215 {
216 int num;
217 if (num == 0)
218 {
219 return;
220 }
221 }
222 }

References System.Net.Sockets.SocketAsyncEventArgs.disposed.

Referenced by System.Net.Sockets.Socket.InitSocketAsyncEventArgs().