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)
186m_foreignLock.Exit(true); 228m_foreignLock.Exit(false); 287m_foreignLock.Exit(false); 354m_foreignLock.Exit(false); 411m_foreignLock.Exit(false);