8 writes to m_maxIndex
mscorlib (8)
system\security\util\tokenbasedset.cs (8)
161m_maxIndex = tbSet.m_maxIndex; 169m_maxIndex = -1; 188m_maxIndex = (short)index; 209m_maxIndex = (short)iMax; 227m_maxIndex = (short)index; 240m_maxIndex = (short)index; 329m_maxIndex = (short)i; 334m_maxIndex = -1;
18 references to m_maxIndex
mscorlib (18)
system\security\util\tokenbasedset.cs (18)
55m_Obj = m_objSet[m_maxIndex]; 74m_objSet = new Object[m_maxIndex+1]; 75m_objSet[m_maxIndex] = m_Obj; 106e.Index = m_maxIndex; 112e.Index = (short)(m_maxIndex+1); 118while (++e.Index <= m_maxIndex) 161m_maxIndex = tbSet.m_maxIndex; 195if (index == m_maxIndex) 204int iMax = Math.Max(m_maxIndex, index); 207aObj[m_maxIndex] = objSaved; 226System.Array.Copy(aObj, 0, newset, 0, m_maxIndex+1); 239if (index > m_maxIndex) 255if (index == m_maxIndex) 278if (index != m_maxIndex) 302if (index == m_maxIndex) 308m_Obj = Volatile.Read(ref m_Set[m_maxIndex]); 339return m_maxIndex; 349return m_maxIndex;