1 write to _nsm
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
53_nsm = new XmlNamespaceManager(nt);
5 references to _nsm
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (5)
70_nsm.AddNamespace(prefix, namespaceURI); 91if (_nsm != null) 94foreach (string prefix in _nsm) 107element.SetAttribute("xmlns:" + prefix, _nsm.LookupNamespace(prefix)); 168xpathExpr.SetContext(_nsm!);