7 references to Exit
mscorlib (7)
system\threading\SpinLock.cs (2)
578
/// cref="
Exit
(Boolean)"/> using true as the argument, but Exit() could be slightly faster than Exit(true).
606
/// Calling <see cref="
Exit
(Boolean)"/> with the <paramref name="useMemoryBarrier"/> argument set to
system\threading\threadpool.cs (5)
186
m_foreignLock.
Exit
(true);
228
m_foreignLock.
Exit
(false);
287
m_foreignLock.
Exit
(false);
354
m_foreignLock.
Exit
(false);
411
m_foreignLock.
Exit
(false);