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