4 references to GetPropagatedAttributes
System.Security (4)
system\security\cryptography\xml\reference.cs (2)
379m_namespaces = Utils.GetPropagatedAttributes(elem.ParentNode as XmlElement); 390m_namespaces = Utils.GetPropagatedAttributes(this.m_signedXml.m_context);
system\security\cryptography\xml\signedxml.cs (1)
770CanonicalXmlNodeList namespaces = (m_context == null ? null : Utils.GetPropagatedAttributes(m_context));
system\security\cryptography\xml\transform.cs (1)
348namespaces = Utils.GetPropagatedAttributes(signedXml.m_context);