5 writes to Index
mscorlib (5)
system\security\util\tokenbasedset.cs (3)
106
e.
Index
= m_maxIndex;
112
e.
Index
= (short)(m_maxIndex+1);
118
while (++e.
Index
<= m_maxIndex)
system\security\util\tokenbasedsetenumerator.cs (2)
30
Index
= -1;
36
Index
= -1;
4 references to Index
mscorlib (4)
system\security\permissionsetenumerator.cs (2)
67
return enm.
Index
;
92
perm = m_permSet.CreatePermission(elem, enm.
Index
);
system\security\util\tokenbasedset.cs (2)
104
if (e.
Index
== -1)
120
e.Current = Volatile.Read(ref m_Set[e.
Index
]);