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