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