Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsHeldByCurrentThread

bool? System.Threading.SpinLock.SystemThreading_SpinLockDebugView.IsHeldByCurrentThread
get

Definition at line 14 of file SpinLock.cs.

15 {
16 get
17 {
18 try
19 {
21 }
22 catch (InvalidOperationException)
23 {
24 return null;
25 }
26 }
27 }