3 writes to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
34_id = id; 51_id = value; 145_id = Utils.GetAttribute(value, "Id", SignedXml.XmlDsigNamespaceUrl);
3 references to _id
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DataObject.cs (3)
48get { return _id; } 120if (!string.IsNullOrEmpty(_id)) 121objectElement.SetAttribute("Id", _id);