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)
22public SignerInfo Current => _signerInfos[_position]; 23object IEnumerator.Current => _signerInfos[_position]; 29if (next >= _signerInfos.Count)