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