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); 105if (_nextInput != null) 107if (CompareNodes(currentNode!, _nextInput) == XmlNodeOrder.After) 111currentNode = _nextInput; 126if (_nextInput != null) 128result = _nextInput;