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

◆ AttachIdentity()

void System.Runtime.Remoting.Proxies.RemotingProxy.AttachIdentity ( Identity identity)
inlinepackage

Definition at line 71 of file RemotingProxy.cs.

72 {
73 this._objectIdentity = identity;
74 if (identity == null || this != null)
75 {
76 }
77 string objectUri = identity._objectUri;
80 int num;
81 if (envoySink != null)
82 {
83 num = 1;
85 this._hasEnvoySink = num != 0;
86 return;
87 }
88 this._sink = num;
89 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.Identity._envoySink, System.Runtime.Remoting.Proxies.RealProxy._objectIdentity, System.Runtime.Remoting.Identity._objectUri, and j__TPar.