2 references to IsHeldByCurrentThread
mscorlib (2)
system\threading\SpinLock.cs (2)
643
if (threadTrackingEnabled && !
IsHeldByCurrentThread
)
748
return m_spinLock.
IsHeldByCurrentThread
;