1 write to m_spinLock
mscorlib (1)
system\threading\SpinLock.cs (1)
736m_spinLock = spinLock;
4 references to m_spinLock
mscorlib (4)
system\threading\SpinLock.cs (4)
748return m_spinLock.IsHeldByCurrentThread; 764if (m_spinLock.IsThreadOwnerTrackingEnabled) 766return m_spinLock.m_owner; 781get { return m_spinLock.IsHeld; }