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