2 writes to _lastChild
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (2)
34firstChild = _lastChild = sym; 39_lastChild = sym;
3 references to _lastChild
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (3)
31if (_lastChild == null) 38_lastChild.nextChild = sym; 48Debug.Assert(_lastChild == psym || count == 0);