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