1 write to firstChild
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (1)
34firstChild = _lastChild = sym;
4 references to firstChild
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\ParentSymbol.cs (2)
33Debug.Assert(firstChild == null); 46for (psym = this.firstChild; psym?.nextChild != null && --count > 0;)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
806for (Symbol sym = anonmeth.ArgumentScope.firstChild; sym != null; sym = sym.nextChild)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
501for (Symbol sym = parent.firstChild; sym != null; sym = sym.nextChild)