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