2 writes to m_iaUpperBound
mscorlib (2)
system\reflection\emit\symboltype.cs (2)
230m_iaUpperBound = new int[4]; 259m_iaUpperBound = iaTemp;
2 references to m_iaUpperBound
mscorlib (2)
system\reflection\emit\symboltype.cs (2)
258Array.Copy(m_iaUpperBound, iaTemp, m_cRank); 263m_iaUpperBound[m_cRank] = upper;