2 instantiations of NavigatorInput
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
528return new NavigatorInput(Compiler.LoadDocument(tr).CreateNavigator(), resolved, rootScope); 531return new NavigatorInput((XPathNavigator) input, resolved, rootScope);
38 references to NavigatorInput
System.Data.SqlXml (38)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
77NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
49NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
27NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
41NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
26NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
23NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\Compiler.cs (9)
85private NavigatorInput input; 116internal NavigatorInput Document { 120internal NavigatorInput Input { 167internal void Compile(NavigatorInput input, XmlResolver xmlResolver, Evidence evidence) { 271NavigatorInput input = Input; 432NavigatorInput input = Input; 518internal NavigatorInput ResolveDocument(Uri absoluteUri) { 538internal void PushInputDocument(NavigatorInput newInput) { 554NavigatorInput lastInput = this.input;
System\Xml\Xsl\XsltOld\ContainerAction.cs (14)
47NavigatorInput input = compiler.Input; 99NavigatorInput input = compiler.Input; 136NavigatorInput input = compiler.Input; 170NavigatorInput input = compiler.ResolveDocument(uri); 213NavigatorInput input = compiler.ResolveDocument(uri); 232NavigatorInput input = compiler.Input; 270NavigatorInput input = compiler.Input; 316NavigatorInput input = compiler.Input; 423NavigatorInput input = compiler.Input; 531NavigatorInput input = compiler.Input; 559NavigatorInput input = compiler.Input; 633NavigatorInput input = compiler.Input; 664NavigatorInput input = compiler.Input; 742NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\ForeachAction.cs (1)
96NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\NamespaceEvent.cs (1)
19public NamespaceEvent(NavigatorInput input) {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (2)
20private NavigatorInput _Next; 24internal NavigatorInput Next {
System\Xml\Xsl\XsltOld\NewInstructionAction.cs (1)
32NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
116NavigatorInput input = compiler.Input; 150NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextAction.cs (1)
41NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
26NavigatorInput input = compiler.Input;