8 references to Enter
mscorlib (8)
system\threading\SpinLock.cs (4)
181/// Unlike <see cref="Enter"/>, TryEnter will not block waiting for the lock to be available. If the 204/// Unlike <see cref="Enter"/>, TryEnter will not block indefinitely waiting for the lock to be 244/// Unlike <see cref="Enter"/>, TryEnter will not block indefinitely waiting for the lock to be 608/// cref="Enter"/>
system\threading\threadpool.cs (4)
164m_foreignLock.Enter(ref lockTaken); 202m_foreignLock.Enter(ref lockTaken); 265m_foreignLock.Enter(ref lockTaken); 329m_foreignLock.Enter(ref lockTaken);