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