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
get
package
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.ArrayList
Definition
ArrayList.cs:12
System.Runtime.Remoting.Contexts.Context.context_dynamic_properties
DynamicPropertyCollection context_dynamic_properties
Definition
Context.cs:558
System.Runtime.Remoting.Contexts.Context.context_id
int context_id
Definition
Context.cs:521
System
Runtime
Remoting
Contexts
Context
Generated by
1.10.0