2 writes to _type
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Reference.cs (2)
94_type = value; 218_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
3 references to _type
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
91get { return _type; } 178if (!string.IsNullOrEmpty(_type)) 179referenceElement.SetAttribute("Type", _type);