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