2 writes to m_type
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
105m_type = value; 212m_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
3 references to m_type
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
103get { return m_type; } 178if (!String.IsNullOrEmpty(m_type)) 179referenceElement.SetAttribute("Type", m_type);