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