3 writes to _current
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (3)
21
_current
= -1;
44
_current
++;
50
_current
= -1;
3 references to _current
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (3)
28
return _attributes[
_current
];
36
return _attributes[
_current
];
42
if (
_current
>= _attributes.Count - 1)