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

◆ RenewLease()

void System.Runtime.Remoting.Lifetime.LeaseSink.RenewLease ( IMessage msg)
inlineprivate

Definition at line 64 of file LeaseSink.cs.

65 {
66 if (!true)
67 {
68 }
69 if (RemotingServices.GetMessageTargetIdentity(msg) != null)
70 {
71 }
72 if (msg != null)
73 {
74 return;
75 }
76 }

References System.Runtime.Remoting.RemotingServices.GetMessageTargetIdentity().