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)
91
get { return
_type
; }
178
if (!string.IsNullOrEmpty(
_type
))
179
referenceElement.SetAttribute("Type",
_type
);