3 writes to m_id
System.Security (3)
system\security\cryptography\xml\dataobject.cs (3)
42m_id = id; 57m_id = value; 134m_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to m_id
System.Security (3)
system\security\cryptography\xml\dataobject.cs (3)
55get { return m_id; } 114if (!String.IsNullOrEmpty(m_id)) 115objectElement.SetAttribute("Id", m_id);