2 references to ShouldStopPreemptingWaiters
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (2)
1143
if (lockObj.
ShouldStopPreemptingWaiters
)
1457
if (!newState.ShouldNotPreemptWaiters && lockObj.
ShouldStopPreemptingWaiters
)