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

◆ ThrowIfBufferNull()

void System.Net.Sockets.Socket.ThrowIfBufferNull ( byte[] buffer)
inlineprivate

Definition at line 1824 of file Socket.cs.

1825 {
1826 while (buffer == null)
1827 {
1828 }
1829 }

Referenced by System.Net.Sockets.Socket.BeginSend(), System.Net.Sockets.Socket.Receive(), System.Net.Sockets.Socket.Send(), and System.Net.Sockets.Socket.SendTo().