1 write to _nsm
System.Security (1)
system\security\cryptography\xml\transform.cs (1)
694
_nsm
= new XmlNamespaceManager(nt);
5 references to _nsm
System.Security (5)
system\security\cryptography\xml\transform.cs (5)
707
_nsm
.AddNamespace(prefix, namespaceURI);
726
if (
_nsm
!= null) {
728
foreach (string prefix in
_nsm
) {
739
element.SetAttribute("xmlns:" + prefix,
_nsm
.LookupNamespace(prefix));
788
xpathExpr.SetContext(
_nsm
);