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