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

◆ CheckReturnMessage()

static IMessage System.Runtime.Remoting.Channels.ChannelServices.CheckReturnMessage ( IMessage callMsg,
IMessage retMsg )
inlinestaticpackage

Definition at line 159 of file ChannelServices.cs.

160 {
161 while (callMsg == null)
162 {
163 }
164 return callMsg;
165 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage().