5 writes to _nextInput
System.Private.Xml (5)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (5)
35
_nextInput
= Clone(other._nextInput);
46
_nextInput
= null;
104
_nextInput
= GetNextInput();
112
_nextInput
= null;
129
_nextInput
= null;
6 references to _nextInput
System.Private.Xml (6)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (6)
35
_nextInput = Clone(other.
_nextInput
);
105
if (
_nextInput
!= null)
107
if (CompareNodes(currentNode!,
_nextInput
) == XmlNodeOrder.After)
111
currentNode =
_nextInput
;
126
if (
_nextInput
!= null)
128
result =
_nextInput
;