2 writes to m_type
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
105
m_type
= value;
212
m_type
= Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
3 references to m_type
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
103
get { return
m_type
; }
178
if (!String.IsNullOrEmpty(
m_type
))
179
referenceElement.SetAttribute("Type",
m_type
);