2 writes to m_strName
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
759
m_strName
= new string[InitialSize];
784
m_strName
= strTemp;
3 references to m_strName
System.Private.CoreLib (3)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (3)
765
else if (m_iLocalSymCount ==
m_strName
.Length)
783
Array.Copy(
m_strName
, strTemp, m_iLocalSymCount);
802
m_strName
[m_iLocalSymCount] = strName;