3 writes to _current
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\RecipientInfoEnumerator.cs (3)
15
_current
= -1;
40
_current
++;
46
_current
= -1;
3 references to _current
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\RecipientInfoEnumerator.cs (3)
22
return _recipientInfos[
_current
];
30
return _recipientInfos[
_current
];
36
if (
_current
>= _recipientInfos.Count - 1)