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

◆ GetServerContextSinkChain()

IMessageSink System.Runtime.Remoting.Contexts.Context.GetServerContextSinkChain ( )
inlinepackage

Definition at line 296 of file Context.cs.

297 {
298 int num = 1;
300 if (messageSink != null)
301 {
302 return messageSink;
303 }
304 if (num == 0)
305 {
306 }
307 if (num == 0)
308 {
309 }
311 while (list == null)
312 {
313 }
314 int size = list._size;
315 if (list != null)
316 {
318 if (size != 0)
319 {
320 }
322 }
324 return this.server_context_sink_chain;
325 }
class f__AnonymousType0<< Count > j__TPar
List< IContextProperty > context_properties
Definition Context.cs:543

References System.Collections.Generic.List< T >._size, System.Runtime.Remoting.Contexts.Context.context_properties, j__TPar, System.list, and System.Runtime.Remoting.Contexts.Context.server_context_sink_chain.