2 writes to m_RelocFixupCount
mscorlib (2)
system\reflection\emit\ilgenerator.cs (2)
150m_RelocFixupCount = 0; 176m_RelocFixupList[m_RelocFixupCount++] = m_length;
4 references to m_RelocFixupCount
mscorlib (4)
system\reflection\emit\ilgenerator.cs (4)
173else if (m_RelocFixupList.Length <= m_RelocFixupCount) 424if (m_RelocFixupCount == 0) 430int[] narrowTokens = new int[m_RelocFixupCount]; 431Array.Copy(m_RelocFixupList, narrowTokens, m_RelocFixupCount);