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
{
20
return
_spinLock
.
IsHeldByCurrentThread
;
21
}
22
catch
(InvalidOperationException)
23
{
24
return
null
;
25
}
26
}
27
}
System.Threading.SpinLock.SystemThreading_SpinLockDebugView._spinLock
SpinLock _spinLock
Definition
SpinLock.cs:12
System.Threading.SpinLock.IsHeldByCurrentThread
bool IsHeldByCurrentThread
Definition
SpinLock.cs:64
System
Threading
SpinLock
SystemThreading_SpinLockDebugView
Generated by
1.10.0