1 write to m_fixupCount
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
304
m_fixupData[
m_fixupCount
++] = new __FixupData
2 references to m_fixupCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
205
for (int i = 0; i <
m_fixupCount
; i++)
299
else if (m_fixupData.Length <=
m_fixupCount
)