5 writes to nextInput
System.Xml (5)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (5)
38
this.
nextInput
= Clone(other.nextInput);
48
nextInput
= null;
101
nextInput
= GetNextInput();
107
nextInput
= null;
121
nextInput
= null;
6 references to nextInput
System.Xml (6)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (6)
38
this.nextInput = Clone(other.
nextInput
);
102
if (
nextInput
!= null) {
103
if (CompareNodes(currentNode,
nextInput
) == XmlNodeOrder.After) {
106
currentNode =
nextInput
;
119
if (
nextInput
!= null) {
120
result =
nextInput
;