3 writes to _current
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (3)
15
_current
= -1;
38
_current
++;
44
_current
= -1;
3 references to _current
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (3)
22
return _attributes[
_current
];
30
return _attributes[
_current
];
36
if (
_current
>= _attributes.Count - 1)