2 writes to m_namespaces
System.Security (2)
system\security\cryptography\xml\reference.cs (2)
379
m_namespaces
= Utils.GetPropagatedAttributes(elem.ParentNode as XmlElement);
390
m_namespaces
= Utils.GetPropagatedAttributes(this.m_signedXml.m_context);
2 references to m_namespaces
System.Security (2)
system\security\cryptography\xml\reference.cs (1)
402
Utils.AddNamespaces(normDocument.DocumentElement,
m_namespaces
);
system\security\cryptography\xml\transform.cs (1)
346
namespaces = reference.
m_namespaces
;