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