4 writes to m_list
System.Security (4)
system\security\cryptography\cryptographicattribute.cs (4)
84m_list = new ArrayList(); 95m_list = new ArrayList((int)cryptAttributes.cAttr); 103m_list = new ArrayList(); 109m_list = new ArrayList(other.m_list.Count);
11 references to m_list
System.Security (11)
system\security\cryptography\cryptographicattribute.cs (11)
98m_list.Add(new CryptographicAttributeObject(pCryptAttribute)); 104m_list.Add(attribute); 109m_list = new ArrayList(other.m_list.Count); 110foreach (CryptographicAttributeObject attribute in other.m_list) { 115m_list.Add(attributeCopy); 138for (int index = 0; index < m_list.Count; index++) { 139CryptographicAttributeObject existing = (CryptographicAttributeObject) m_list[index]; 175return m_list.Add(attribute); 182m_list.Remove(attribute); 187return (CryptographicAttributeObject) m_list[index]; 193return m_list.Count;