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);
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);
88
_list
.Remove(attribute);
95
return
_list
[index];
103
return
_list
.Count;
160
_list
.CopyTo(array, index);