92 references to Input
System.Data.SqlXml (92)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (3)
55string name = compiler.Input.LocalName; 56string value = compiler.Input.Value; 77NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\AttributeAction.cs (2)
86string name = compiler.Input.LocalName; 87string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (3)
30string name = compiler.Input.LocalName; 31string value = compiler.Input.Value; 49NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
27NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (3)
27string name = compiler.Input.LocalName; 28string value = compiler.Input.Value; 41NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
26NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CompiledAction.cs (3)
23NavigatorInput input = compiler.Input; 62string elementName = compiler.Input.Name; 66XPathNodeType nodeType = compiler.Input.NodeType;
System\Xml\Xsl\XsltOld\Compiler.cs (19)
191throw new XsltCompileException(e, this.Input.BaseURI, this.Input.LineNumber, this.Input.LinePosition); 246InsertExtensionNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExtensionElementPrefixes, Input.Atoms.UriXsl)); 250InsertExcludedNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExcludeResultPrefixes, Input.Atoms.UriXsl)); 263string value = Input.Navigator.GetAttribute(Atoms.Version, Atoms.UriXsl); 271NavigatorInput input = Input; 421Debug.Assert((object)value == (object)Input.Value); // this is always true. Why we passing value to this function. 428throw XsltException.Create(Res.Xslt_InvalidAttrValue, Input.LocalName, value); 432NavigatorInput input = Input; 509string baseUri = this.Input.BaseURI; 651expr = new ErrorXPathExpression(xpathQuery, this.Input.BaseURI, this.Input.LineNumber, this.Input.LinePosition); 1143XPathNavigator nav = this.Input.Navigator.Clone();
System\Xml\Xsl\XsltOld\ContainerAction.cs (18)
47NavigatorInput input = compiler.Input; 99NavigatorInput input = compiler.Input; 136NavigatorInput input = compiler.Input; 145Debug.Assert(compiler.Input.NodeType == XPathNodeType.Element); 207Uri uri = compiler.ResolveUri(compiler.GetSingleAttribute(compiler.Input.Atoms.Href)); 232NavigatorInput input = compiler.Input; 270NavigatorInput input = compiler.Input; 316NavigatorInput input = compiler.Input; 378throw XsltException.Create(Res.Xslt_InvalidAttrValue, compiler.Input.LocalName, compiler.Input.Value); 386String value = compiler.GetSingleAttribute(compiler.Input.Atoms.Elements); 423NavigatorInput input = compiler.Input; 438Uri uri = compiler.ResolveUri(compiler.GetSingleAttribute(compiler.Input.Atoms.Href)); 531NavigatorInput input = compiler.Input; 559NavigatorInput input = compiler.Input; 633NavigatorInput input = compiler.Input; 664NavigatorInput input = compiler.Input; 742NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\CopyAction.cs (2)
41string name = compiler.Input.LocalName; 42string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\CopyOfAction.cs (2)
29string name = compiler.Input.LocalName; 30string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
25this.styleSheet = dbgCompiler.Input.Navigator.Clone();
System\Xml\Xsl\XsltOld\ElementAction.cs (2)
72string name = compiler.Input.LocalName; 73string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\ForeachAction.cs (3)
38string name = compiler.Input.LocalName; 39string value = compiler.Input.Value; 96NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\IfAction.cs (2)
42string name = compiler.Input.LocalName; 43string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\MessageAction.cs (2)
30string name = compiler.Input.LocalName; 31string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\NewInstructionAction.cs (2)
21XPathNavigator nav = compiler.Input.Navigator.Clone(); 32NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
158string name = compiler.Input.LocalName; 159string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
52string name = compiler.Input.LocalName; 53string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\SortAction.cs (2)
121string name = compiler.Input.LocalName; 122string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\TemplateAction.cs (4)
81string name = compiler.Input.LocalName; 82string value = compiler.Input.Value; 116NavigatorInput input = compiler.Input; 150NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextAction.cs (3)
26string name = compiler.Input.LocalName; 27string value = compiler.Input.Value; 41NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\TextEvent.cs (1)
26NavigatorInput input = compiler.Input;
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (2)
27Debug.Assert(Ref.Equal(compiler.Input.LocalName, compiler.Atoms.UseAttributeSets)); 28this.useString = compiler.Input.Value;
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
35string name = compiler.Input.LocalName; 36string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\VariableAction.cs (3)
59this.baseUri = compiler.Input.BaseURI; 82string name = compiler.Input.LocalName; 83string value = compiler.Input.Value;
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
102string name = compiler.Input.LocalName; 103string value = compiler.Input.Value;