3 instantiations of NavigatorInput
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
591return new NavigatorInput(Compiler.LoadDocument(tr).CreateNavigator(), resolved, _rootScope); 595return new NavigatorInput((XPathNavigator)input, resolved, _rootScope);
System\Xml\Xslt\XslTransform.cs (1)
248NavigatorInput input = new NavigatorInput(stylesheet);
38 references to NavigatorInput
System.Private.Xml (38)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
78NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
53NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
25NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
43NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
26NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
22NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\Compiler.cs (9)
78private NavigatorInput _input = null!; 111internal NavigatorInput? Document 116internal NavigatorInput Input 170internal void Compile(NavigatorInput input, XmlResolver xmlResolver) 289NavigatorInput input = Input!; 479NavigatorInput input = Input!; 578internal NavigatorInput ResolveDocument(Uri absoluteUri) 603internal void PushInputDocument(NavigatorInput newInput) 621NavigatorInput lastInput = _input;
System\Xml\Xsl\XsltOld\ContainerAction.cs (14)
49NavigatorInput input = compiler.Input; 114NavigatorInput input = compiler.Input; 157NavigatorInput input = compiler.Input; 198NavigatorInput input = compiler.ResolveDocument(uri); 247NavigatorInput input = compiler.ResolveDocument(uri); 271NavigatorInput input = compiler.Input; 316NavigatorInput input = compiler.Input; 370NavigatorInput input = compiler.Input; 500NavigatorInput input = compiler.Input; 636NavigatorInput input = compiler.Input; 671NavigatorInput input = compiler.Input; 765NavigatorInput input = compiler.Input; 799NavigatorInput input = compiler.Input; 890NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
105NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\NameSpaceEvent.cs (1)
16public NamespaceEvent(NavigatorInput input)
System\Xml\Xsl\XsltOld\NavigatorInput.cs (2)
18private NavigatorInput? _Next; 22internal NavigatorInput? Next
System\Xml\Xsl\XsltOld\newinstructionaction.cs (1)
32NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
164NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextAction.cs (1)
43NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
25NavigatorInput input = compiler.Input;
System\Xml\Xslt\XslTransform.cs (1)
248NavigatorInput input = new NavigatorInput(stylesheet);