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

◆ CheckNextSponsor()

void System.Runtime.Remoting.Lifetime.Lease.CheckNextSponsor ( )
inlineprivate

Definition at line 144 of file Lease.cs.

145 {
146 if (this._renewingSponsors != null)
147 {
149 if (renewingSponsors != null)
150 {
151 if (renewingSponsors == null)
152 {
153 throw new InvalidCastException();
154 }
155 }
156 return;
157 }
158 int num = 4;
160 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.Lifetime.Lease._renewingSponsors, and j__TPar.

Referenced by System.Runtime.Remoting.Lifetime.Lease.UpdateState().