5 writes to _nextInput
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (5)
39_nextInput = Clone(other._nextInput); 50_nextInput = null; 119_nextInput = GetNextInput(); 127_nextInput = null; 144_nextInput = null;
6 references to _nextInput
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (6)
39_nextInput = Clone(other._nextInput); 120if (_nextInput != null) 122if (CompareNodes(currentNode, _nextInput) == XmlNodeOrder.After) 126currentNode = _nextInput; 141if (_nextInput != null) 143result = _nextInput;