terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ ExecutionContextBelongsToCurrentScope

bool System.Threading.Thread.ExecutionContextBelongsToCurrentScope
getsetpackage

Definition at line 206 of file Thread.cs.

207 {
208 [global::Cpp2ILInjected.Token(Token = "0x60011F0")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1C9B7F8", Offset = "0x1C9B7F8", Length = "0x10")]
210 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 get
213 {
214 throw null;
215 }
216 [global::Cpp2ILInjected.Token(Token = "0x60011F1")]
217 [global::Cpp2ILInjected.Address(RVA = "0x1C9B808", Offset = "0x1C9B808", Length = "0x10")]
218 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
220 set
221 {
222 throw null;
223 }
224 }