2 references to ShouldSpinForEnterAnyRead
System.Core (2)
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (2)
415
if (spinCount < MaxSpinCount &&
ShouldSpinForEnterAnyRead
())
791
if (spinCount < MaxSpinCount &&
ShouldSpinForEnterAnyRead
())