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
);
120
if (
_nextInput
!= null)
122
if (CompareNodes(currentNode,
_nextInput
) == XmlNodeOrder.After)
126
currentNode =
_nextInput
;
141
if (
_nextInput
!= null)
143
result =
_nextInput
;