2 writes to _input
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
611
_input
= newInput;
623
_input
= lastInput.Next!;
19 references to _input
System.Private.Xml (19)
System\Xml\Xsl\XsltOld\Compiler.cs (19)
113
get { return
_input
; }
118
get { return
_input
; }
174
Debug.Assert(
_input
== null && _atoms == null);
186
Debug.Assert(
_input
!= null && _atoms != null);
219
Debug.Assert(
_input
== null && _atoms == null);
610
newInput.Next =
_input
;
612
_atoms =
_input
.Atoms;
613
_scopeManager =
_input
.InputScopeManager;
618
Debug.Assert(
_input
!= null);
619
Debug.Assert(
_input
.Atoms == _atoms);
621
NavigatorInput lastInput =
_input
;
626
if (
_input
!= null)
628
_atoms =
_input
.Atoms;
629
_scopeManager =
_input
.InputScopeManager;
782
Ref.Equal(
_input
!.LocalName,
_input
.Atoms.StylesheetPrefix) ||
783
Ref.Equal(
_input
.LocalName,
_input
.Atoms.ResultPrefix)
794
throw XsltException.Create(SR.Xslt_InvalidAttrValue,
_input
.LocalName, prefix);