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