2 writes to _namespaces
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Reference.cs (2)
429
_namespaces
= Utils.GetPropagatedAttributes(elem.ParentNode as XmlElement);
444
_namespaces
= Utils.GetPropagatedAttributes(_signedXml._context);
2 references to _namespaces
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Reference.cs (1)
456
Utils.AddNamespaces(normDocument.DocumentElement!,
_namespaces
);
System\Security\Cryptography\Xml\Transform.cs (1)
200
namespaces = reference.
_namespaces
;