2 references to ShouldSpinForEnterAnyRead
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (2)
387
if (spinCount < MaxSpinCount &&
ShouldSpinForEnterAnyRead
())
730
if (spinCount < MaxSpinCount &&
ShouldSpinForEnterAnyRead
())