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)
456Utils.AddNamespaces(normDocument.DocumentElement!, _namespaces);
System\Security\Cryptography\Xml\Transform.cs (1)
200namespaces = reference._namespaces;