2 writes to _list
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (2)
23_list = new List<CryptographicAttributeObject>(); 28_list = new List<CryptographicAttributeObject>();
10 references to _list
System.Security.Cryptography.Pkcs (10)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (10)
29_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); 88_list.Remove(attribute); 95return _list[index]; 103return _list.Count; 160_list.CopyTo(array, index);