3 writes to m_current
System.Security (3)
system\security\cryptography\cryptographicattribute.cs (3)
253m_current = -1; 272m_current++; 277m_current = -1;
3 references to m_current
System.Security (3)
system\security\cryptography\cryptographicattribute.cs (3)
258return m_attributes[m_current]; 265return (Object) m_attributes[m_current]; 270if (m_current == ((int) m_attributes.Count - 1))