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