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

◆ NeedsContextSink

bool System.Runtime.Remoting.Contexts.Context.NeedsContextSink
getpackage

Definition at line 115 of file Context.cs.

116 {
117 get
118 {
119 int num = this.context_id;
120 if (num != 0)
121 {
122 return true;
123 }
124 if (num == 0)
125 {
126 }
127 if (num != 0)
128 {
129 }
130 DynamicPropertyCollection dynamicPropertyCollection = this.context_dynamic_properties;
131 if (dynamicPropertyCollection != null)
132 {
133 ArrayList properties = dynamicPropertyCollection._properties;
134 goto IL_0023;
135 }
136 goto IL_0023;
137 IL_0023:;
138 }
139 }
class f__AnonymousType0<< Count > j__TPar
DynamicPropertyCollection context_dynamic_properties
Definition Context.cs:558