6 writes to _nextInput
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (6)
29_nextInput = Clone(other._nextInput); 36_nextInput = null; 77_nextInput = FetchInput(); // This can happen at the begining and at the end 86_nextInput = FetchInput(); 98_nextInput = qyInput.Advance(); 101_nextInput = _nextInput.Clone();
8 references to _nextInput
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (8)
29_nextInput = Clone(other._nextInput); 75if (_nextInput == null) 81if (_nextInput == null) 85currentNode = _nextInput; 94while (currentNode.IsDescendant(_nextInput)) 97currentNode = _nextInput; 99if (_nextInput != null) 101_nextInput = _nextInput.Clone();