2 writes to m_CycleCounts
mscorlib (2)
system\runtime\interopservices\gchandlecookietable.cs (2)
36m_CycleCounts = new byte[InitialHandleCount]; 186m_CycleCounts = newCycleCounts;
6 references to m_CycleCounts
mscorlib (6)
system\runtime\interopservices\gchandlecookietable.cs (6)
43m_CycleCounts[i] = 0; 66cookie = GetCookieFromData((uint)m_FreeIndex, m_CycleCounts[m_FreeIndex]); 80cookie = GetCookieFromData((uint)m_FreeIndex, m_CycleCounts[m_FreeIndex]); 136m_CycleCounts[index]++; 167byte goodData = (byte)(Volatile.Read(ref m_CycleCounts[index]) ^ ADID); 183Array.Copy(m_CycleCounts, newCycleCounts, CurrLength);