2 writes to m_iaLowerBound
mscorlib (2)
system\reflection\emit\symboltype.cs (2)
229
m_iaLowerBound
= new int[4];
257
m_iaLowerBound
= iaTemp;
3 references to m_iaLowerBound
mscorlib (3)
system\reflection\emit\symboltype.cs (3)
252
if (
m_iaLowerBound
.Length <= m_cRank)
256
Array.Copy(
m_iaLowerBound
, iaTemp, m_cRank);
262
m_iaLowerBound
[m_cRank] = lower;