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

◆ Clone()

object System.Runtime.Remoting.Messaging.LogicalCallContext.Clone ( )
inline

Implements System.ICloneable.

Definition at line 73 of file LogicalCallContext.cs.

74 {
75 CallContextRemotingData remotingData = this.m_RemotingData;
76 if (remotingData != null)
77 {
78 object obj = remotingData.Clone();
79 if (obj != null)
80 {
81 return obj;
82 }
83 }
84 CallContextSecurityData securityData = this.m_SecurityData;
85 if (securityData != null && securityData.Clone() != null)
86 {
87 throw new InvalidCastException();
88 }
89 if (this.m_HostContext != null)
90 {
91 }
95 if (this.m_IsCorrelationMgr)
96 {
97 if (datastore2 != null)
98 {
99 }
100 if (datastore2 == null)
101 {
102 throw new InvalidCastException();
103 }
104 if (datastore2 == null)
105 {
106 throw new InvalidCastException();
107 }
108 }
109 if (datastore2 != null)
110 {
111 }
112 throw new InvalidCastException();
113 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.Messaging.CallContextRemotingData.Clone(), System.Runtime.Remoting.Messaging.CallContextSecurityData.Clone(), j__TPar, System.Runtime.Remoting.Messaging.LogicalCallContext.m_Datastore, System.Runtime.Remoting.Messaging.LogicalCallContext.m_HostContext, System.Runtime.Remoting.Messaging.LogicalCallContext.m_IsCorrelationMgr, System.Runtime.Remoting.Messaging.LogicalCallContext.m_RemotingData, System.Runtime.Remoting.Messaging.LogicalCallContext.m_SecurityData, and System.obj.

Referenced by System.Threading.ExecutionContext.CreateCopy(), and System.Threading.ExecutionContext.CreateMutableCopy().