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);
47
for (int index = 0; index <
_list
.Count; index++)
49
CryptographicAttributeObject existing =
_list
[index];
73
int indexOfNewItem =
_list
.Count;
74
_list
.Add(attribute);
81
_list
.Add(attribute);
91
_list
.Remove(attribute);
98
return
_list
[index];
106
return
_list
.Count;
169
_list
.CopyTo(array, index);