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)
45public bool AtEnd() { return _pCurrent == null && _pList == null; } 55else if (_pList == null) 61Init(_pList.OptionalNextListNode);