2 writes to m_strName
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
789m_strName = new string[InitialSize]; 814m_strName = strTemp;
3 references to m_strName
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (3)
795else if (m_iLocalSymCount == m_strName.Length) 813Array.Copy(m_strName, strTemp, m_iLocalSymCount); 832m_strName[m_iLocalSymCount] = strName;