1 write to _signerInfos
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (1)
18
_signerInfos
= signerInfos;
3 references to _signerInfos
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (3)
22
public SignerInfo Current =>
_signerInfos
[_position];
23
object IEnumerator.Current =>
_signerInfos
[_position];
29
if (next >=
_signerInfos
.Count)