6 writes to nextInput
System.Xml (6)
System\Xml\XPath\Internal\FollowingSibling.cs (6)
28this.nextInput = Clone(other.nextInput); 34nextInput = null; 65nextInput = FetchInput(); // This can happen at the begining and at the end 72nextInput = FetchInput(); 81nextInput = qyInput.Advance(); 83nextInput = nextInput.Clone();
8 references to nextInput
System.Xml (8)
System\Xml\XPath\Internal\FollowingSibling.cs (8)
28this.nextInput = Clone(other.nextInput); 64if (nextInput == null) { 68if (nextInput == null) { 71currentNode = nextInput; 78while (currentNode.IsDescendant(nextInput)) { 80currentNode = nextInput; 82if (nextInput != null) { 83nextInput = nextInput.Clone();