Implemented interface member:
method
GetNamespacesInScope
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope)
2 references to GetNamespacesInScope
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (1)
430return navSave.GetNamespacesInScope(scope);
System\Xml\XPath\XPathNavigatorReader.cs (1)
137return this.nav.GetNamespacesInScope(scope);