3 references to Read
mscorlib (3)
system\runtime\interopservices\gchandlecookietable.cs (3)
63
if ((m_FreeIndex < m_HandleList.Length) && (Volatile.
Read
(ref m_HandleList[m_FreeIndex]) == ObjectHandle.Zero))
112
oh = Volatile.
Read
(ref m_HandleList[GetIndexFromCookie(cookie)]);
162
if (Volatile.
Read
(ref m_HandleList[index]) == ObjectHandle.Zero)