1 write to m_RelocFixupCount
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
115m_RelocFixupList[m_RelocFixupCount++] = m_length;
4 references to m_RelocFixupCount
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
110else if (m_RelocFixupList.Length <= m_RelocFixupCount) 360if (m_RelocFixupCount == 0) 366int[] narrowTokens = new int[m_RelocFixupCount]; 367Array.Copy(m_RelocFixupList!, narrowTokens, m_RelocFixupCount);