2 instantiations of CanonicalXmlAttribute
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (2)
71
return new
CanonicalXmlAttribute
(prefix, localName, namespaceURI, this, _defaultNodeSetInclusionState);
76
return new
CanonicalXmlAttribute
(prefix, localName, namespaceURI, this, _defaultNodeSetInclusionState);
6 references to CanonicalXmlAttribute
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (6)
38
if (((
CanonicalXmlAttribute
)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.IsXmlNamespaceNode(attr))
71
(attr as
CanonicalXmlAttribute
)!.Write(strBuilder, docPos, anc);
75
(attr as
CanonicalXmlAttribute
)!.Write(strBuilder, docPos, anc);
110
if (((
CanonicalXmlAttribute
)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.IsXmlNamespaceNode(attr))
143
(attr as
CanonicalXmlAttribute
)!.WriteHash(hash, docPos, anc);
147
(attr as
CanonicalXmlAttribute
)!.WriteHash(hash, docPos, anc);