1 write to m_subjectNames
System.Security (1)
system\security\cryptography\xml\keyinfo.cs (1)
611m_subjectNames = new ArrayList();
7 references to m_subjectNames
System.Security (7)
system\security\cryptography\xml\keyinfo.cs (7)
606get { return m_subjectNames; } 610if (m_subjectNames == null) 612m_subjectNames.Add(subjectName); 646if (m_subjectNames != null) m_subjectNames.Clear(); 685if (m_subjectNames != null) { 686foreach(string subjectName in m_subjectNames) {