4 references to GetPropagatedAttributes
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\Reference.cs (2)
429
_namespaces = Utils.
GetPropagatedAttributes
(elem.ParentNode as XmlElement);
444
_namespaces = Utils.
GetPropagatedAttributes
(_signedXml._context);
System\Security\Cryptography\Xml\SignedXml.cs (1)
802
CanonicalXmlNodeList? namespaces = (_context == null ? null : Utils.
GetPropagatedAttributes
(_context));
System\Security\Cryptography\Xml\Transform.cs (1)
202
namespaces = Utils.
GetPropagatedAttributes
(signedXml._context);