2 writes to _current
mscorlib (2)
system\security\accesscontrol\acl.cs (2)
77
_current
++;
84
_current
= -1;
4 references to _current
mscorlib (4)
system\security\accesscontrol\acl.cs (4)
60
if (
_current
== -1 ||
61
_current
>= _acl.Count )
66
return _acl[
_current
];
79
return (
_current
< _acl.Count );