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