3 writes to _recipientInfos
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (3)
15_recipientInfos = Array.Empty<RecipientInfo>(); 20_recipientInfos = new RecipientInfo[] { recipientInfo }; 25_recipientInfos = new RecipientInfo[recipientInfos.Count];
5 references to _recipientInfos
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (5)
26recipientInfos.CopyTo(_recipientInfos, 0); 33if (index < 0 || index >= _recipientInfos.Length) 35return _recipientInfos[index]; 43return _recipientInfos.Length; 86_recipientInfos.CopyTo(array, index);