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)
113get { return _input; } 118get { return _input; } 174Debug.Assert(_input == null && _atoms == null); 186Debug.Assert(_input != null && _atoms != null); 219Debug.Assert(_input == null && _atoms == null); 610newInput.Next = _input; 612_atoms = _input.Atoms; 613_scopeManager = _input.InputScopeManager; 618Debug.Assert(_input != null); 619Debug.Assert(_input.Atoms == _atoms); 621NavigatorInput lastInput = _input; 626if (_input != null) 628_atoms = _input.Atoms; 629_scopeManager = _input.InputScopeManager; 782Ref.Equal(_input!.LocalName, _input.Atoms.StylesheetPrefix) || 783Ref.Equal(_input.LocalName, _input.Atoms.ResultPrefix) 794throw XsltException.Create(SR.Xslt_InvalidAttrValue, _input.LocalName, prefix);