3 references to NavigatorInput
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
591
return new
NavigatorInput
(Compiler.LoadDocument(tr).CreateNavigator(), resolved, _rootScope);
595
return new
NavigatorInput
((XPathNavigator)input, resolved, _rootScope);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
228
internal NavigatorInput(XPathNavigator navigator) :
this
(navigator, navigator.BaseURI, null) { }