2 writes to nextChild
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (2)
38
_lastChild.
nextChild
= sym;
40
sym.
nextChild
= null;
4 references to nextChild
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (1)
29
Debug.Assert(sym.
nextChild
== null);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
101
Debug.Assert(anonmeth.ArgumentScope.
nextChild
== null);
807
for (Symbol sym = anonmeth.ArgumentScope.firstChild; sym != null; sym = sym.
nextChild
)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
511
for (Symbol sym = parent.firstChild; sym != null; sym = sym.
nextChild
)