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); 726if (_nsm != null) { 728foreach (string prefix in _nsm) { 739element.SetAttribute("xmlns:" + prefix, _nsm.LookupNamespace(prefix)); 788xpathExpr.SetContext(_nsm);