4 writes to _input
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (4)
20_input = Clone(other._input); 34_input = qyInput.Advance(); 44_input = qyInput.Advance(); 46_input = prev;
11 references to _input
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (11)
20_input = Clone(other._input); 35if (_input == null) 43prev = _input.Clone(); 45} while (prev.IsDescendant(_input)); 54if (_input.NodeType == XPathNodeType.Attribute || _input.NodeType == XPathNodeType.Namespace) 56_input.MoveToParent(); 61while (!_input.MoveToNext()) 63if (!_input.MoveToParent()) 72_iterator = _input.SelectDescendants(Name, Namespace, matchSelf); 76_iterator = _input.SelectDescendants(TypeTest, matchSelf);