2 writes to m_id
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
91set { m_id = value; } 210m_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
90get { return m_id; } 172if (!String.IsNullOrEmpty(m_id)) 173referenceElement.SetAttribute("Id", m_id);