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
);
75
if (
_nextInput
== null)
81
if (
_nextInput
== null)
85
currentNode =
_nextInput
;
94
while (currentNode.IsDescendant(
_nextInput
))
97
currentNode =
_nextInput
;
99
if (
_nextInput
!= null)
101
_nextInput =
_nextInput
.Clone();