5 references to ExitAnyRead
System.Core (5)
system\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs (5)
831
_spinLock.Enter(EnterSpinLockReason.
ExitAnyRead
);
936
_spinLock.Enter(EnterSpinLockReason.
ExitAnyRead
);
940
_spinLock.Enter(EnterSpinLockReason.
ExitAnyRead
);
1548
case EnterSpinLockReason.
ExitAnyRead
:
1616
reason == EnterSpinLockReason.
ExitAnyRead
||