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)
802CanonicalXmlNodeList? namespaces = (_context == null ? null : Utils.GetPropagatedAttributes(_context));
System\Security\Cryptography\Xml\Transform.cs (1)
202namespaces = Utils.GetPropagatedAttributes(signedXml._context);