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