2 writes to m_strName
mscorlib (2)
system\reflection\emit\methodbuilder.cs (2)
1315m_strName = new String[InitialSize]; 1340m_strName = strTemp;
4 references to m_strName
mscorlib (4)
system\reflection\emit\methodbuilder.cs (4)
1321else if (m_iLocalSymCount == m_strName.Length) 1339Array.Copy(m_strName, strTemp, m_iLocalSymCount); 1359m_strName[m_iLocalSymCount] = strName; 1381m_strName[i],