2 writes to m_iEndLines
mscorlib (2)
system\reflection\emit\ilgenerator.cs (2)
1947m_iEndLines = new int[InitialSize]; 1969m_iEndLines = temp;
3 references to m_iEndLines
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1929m_iEndLines[m_iLineNumberCount] = iEndLine; 1968Array.Copy(m_iEndLines, temp, m_iLineNumberCount); 2001Array.Copy(m_iEndLines, iEndLinesTemp, m_iLineNumberCount);