3 references to LockSpinCount
System.Core (3)
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (3)
1660
if (spinIndex <
LockSpinCount
&& processorCount > 1)
1664
else if (spinIndex < (
LockSpinCount
+ LockSleep0Count))
1694
if (spinIndex >= (
LockSpinCount
+ LockSleep0Count + DeprioritizedLockSleep1Count))