2 writes to _id
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Reference.cs (2)
76set { _id = value; } 216_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
75get { return _id; } 172if (!string.IsNullOrEmpty(_id)) 173referenceElement.SetAttribute("Id", _id);