7 writes to _nextNode
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (7)
34
_nextNode
= Clone(other._nextNode);
43
_nextNode
= null;
58
_nextNode
= null;
72
_nextNode
= res2;
81
_nextNode
= res1;
117
_nextNode
= null;
125
_nextNode
= null;
3 references to _nextNode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (3)
34
_nextNode = Clone(other.
_nextNode
);
98
res1 =
_nextNode
;
106
res2 =
_nextNode
;