3 writes to m_iLastFound
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
1814m_iLastFound = 0; 1849m_iLastFound = i; 1856m_iLastFound = m_DocumentCount;
6 references to m_iLastFound
mscorlib (6)
system\reflection\emit\ilgenerator.cs (6)
1842if (m_iLastFound < m_DocumentCount && m_Documents[m_iLastFound].m_document == document) 1843return m_iLastFound; 1850return m_iLastFound; 1857m_Documents[m_iLastFound] = new REDocument(document); 1859return m_iLastFound;