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