2 references to TrySteal
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
390if (currentList.m_head != null && TrySteal(currentList, out result, take)) 404if (currentList.m_head != null && TrySteal(currentList, out result, take))