2 writes to _list
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (2)
17_list = new List<CryptographicAttributeObject>(); 22_list = new List<CryptographicAttributeObject>();
10 references to _list
System.Security.Cryptography.Pkcs (10)
System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (10)
23_list.Add(attribute); 47for (int index = 0; index < _list.Count; index++) 49CryptographicAttributeObject existing = _list[index]; 73int indexOfNewItem = _list.Count; 74_list.Add(attribute); 81_list.Add(attribute); 91_list.Remove(attribute); 98return _list[index]; 106return _list.Count; 169_list.CopyTo(array, index);