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