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

◆ SetMessageTargetIdentity()

static void System.Runtime.Remoting.RemotingServices.SetMessageTargetIdentity ( IMessage msg,
Identity ident )
inlinestaticpackage

Definition at line 593 of file RemotingServices.cs.

594 {
595 if (msg == null)
596 {
597 return;
598 }
599 if (msg == null)
600 {
601 return;
602 }
603 if (msg != null && msg != null)
604 {
605 return;
606 }
607 throw new InvalidCastException();
608 }

Referenced by System.Runtime.Remoting.Activation.AppDomainLevelActivator.Activate(), and System.Runtime.Remoting.Activation.ContextLevelActivator.Activate().