8 writes to Current
mscorlib (8)
system\security\permissionsetenumerator.cs (2)
83
enm.
Current
= perm;
95
enm.
Current
= perm;
system\security\util\tokenbasedset.cs (4)
107
e.
Current
= m_Obj;
113
e.
Current
= null;
120
e.
Current
= Volatile.Read(ref m_Set[e.Index]);
126
e.
Current
= null;
system\security\util\tokenbasedsetenumerator.cs (2)
31
Current
= null;
37
Current
= null;
3 references to Current
mscorlib (3)
system\security\permissionsetenumerator.cs (2)
55
return enm.
Current
;
79
Object obj = enm.
Current
;
system\security\util\tokenbasedset.cs (1)
122
if (e.
Current
!= null)