3 writes to _pList
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExpressionIterator.cs (3)
82
_pList
= null;
87
_pList
= pList;
92
_pList
= null;
3 references to _pList
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExpressionIterator.cs (3)
45
public bool AtEnd() { return _pCurrent == null &&
_pList
== null; }
55
else if (
_pList
== null)
61
Init(
_pList
.OptionalNextListNode);