8 references to IsThreadOwnerTrackingEnabled
mscorlib (8)
system\threading\SpinLock.cs (8)
129Contract.Assert(!IsThreadOwnerTrackingEnabled, "property should be false by now"); 149/// enabled is available through <see cref="IsThreadOwnerTrackingEnabled"/>), an exception will be 314if (IsThreadOwnerTrackingEnabled) 502Contract.Assert(!IsThreadOwnerTrackingEnabled); // Make sure the waiters never be negative which will cause the thread tracking bit to be flipped 515Contract.Assert(IsThreadOwnerTrackingEnabled); 679if (IsThreadOwnerTrackingEnabled) 705if (!IsThreadOwnerTrackingEnabled) 764if (m_spinLock.IsThreadOwnerTrackingEnabled)