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

◆ GetHashCode()

override int System.Net.SocketAddress.GetHashCode ( )
inline

Definition at line 222 of file SocketAddress.cs.

223 {
224 if (this.m_changed)
225 {
226 long num = 0L;
227 byte[] buffer = this.m_Buffer;
228 this.m_hash = (int)num;
229 }
230 int hash = this.m_hash;
231 byte[] buffer2 = this.m_Buffer;
232 this.m_hash = hash;
233 return hash;
234 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.Net.SocketAddress.m_Buffer, System.Net.SocketAddress.m_changed, and System.Net.SocketAddress.m_hash.