6 writes to _nextInput
System.Private.Xml (6)
System\Xml\XPath\Internal\FollSiblingQuery.cs (6)
25_nextInput = Clone(other._nextInput); 32_nextInput = null; 71_nextInput ??= FetchInput(); // This can happen at the beginning and at the end 79_nextInput = FetchInput(); 91_nextInput = qyInput.Advance(); 94_nextInput = _nextInput.Clone();
7 references to _nextInput
System.Private.Xml (7)
System\Xml\XPath\Internal\FollSiblingQuery.cs (7)
25_nextInput = Clone(other._nextInput); 74if (_nextInput == null) 78currentNode = _nextInput; 87while (currentNode.IsDescendant(_nextInput)) 90currentNode = _nextInput!; 92if (_nextInput != null) 94_nextInput = _nextInput.Clone();