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