6 writes to _nextInput
System.Private.Xml (6)
System\Xml\XPath\Internal\FollSiblingQuery.cs (6)
25
_nextInput
= Clone(other._nextInput);
32
_nextInput
= null;
71
_nextInput
??= FetchInput(); // This can happen at the beginning and at the end
79
_nextInput
= FetchInput();
91
_nextInput
= qyInput.Advance();
94
_nextInput
= _nextInput.Clone();
7 references to _nextInput
System.Private.Xml (7)
System\Xml\XPath\Internal\FollSiblingQuery.cs (7)
25
_nextInput = Clone(other.
_nextInput
);
74
if (
_nextInput
== null)
78
currentNode =
_nextInput
;
87
while (currentNode.IsDescendant(
_nextInput
))
90
currentNode =
_nextInput
!;
92
if (
_nextInput
!= null)
94
_nextInput =
_nextInput
.Clone();