4 references to DefaultSpinCount
System.Threading (4)
System\Threading\ReaderWriterLock.cs (4)
169
if (spinCount >
DefaultSpinCount
)
179
if (spinCount <=
DefaultSpinCount
)
339
if (spinCount >
DefaultSpinCount
)
349
if (spinCount <=
DefaultSpinCount
)