2 writes to input
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
545this.input = newInput; 556this.input = lastInput.Next;
19 references to input
System.Data.SqlXml (19)
System\Xml\Xsl\XsltOld\Compiler.cs (19)
117get { return this.input; } 121get { return this.input; } 171Debug.Assert(this.input == null && this.atoms == null); 182Debug.Assert(this.input != null && this.atoms != null); 214Debug.Assert(this.input == null && this.atoms == null); 544newInput.Next = this.input; 546this.atoms = this.input.Atoms; 547this.scopeManager = this.input.InputScopeManager; 551Debug.Assert(this.input != null); 552Debug.Assert(this.input.Atoms == this.atoms); 554NavigatorInput lastInput = this.input; 559if (this.input != null) { 560this.atoms = this.input.Atoms; 561this.scopeManager = this.input.InputScopeManager; 829Ref.Equal(this.input.LocalName, this.input.Atoms.StylesheetPrefix) || 830Ref.Equal(this.input.LocalName, this.input.Atoms.ResultPrefix) 838throw XsltException.Create(Res.Xslt_InvalidAttrValue, this.input.LocalName, prefix);