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

◆ IsThreadOwnerTrackingEnabled

bool System.Threading.SpinLock.IsThreadOwnerTrackingEnabled
getset

Definition at line 240 of file SpinLock.cs.

241 {
242 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.Success)]
243 [global::Cpp2ILInjected.Token(Token = "0x6001163")]
244 [global::Cpp2ILInjected.Address(RVA = "0x1C9A0E4", Offset = "0x1C9A0E4", Length = "0x1C")]
245 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
248 get
249 {
250 throw null;
251 }
252 }