1 write to ArgumentScope
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BoundAnonymousFunction.cs (1)
16ArgumentScope = argumentScope;
2 references to ArgumentScope
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
100Debug.Assert(anonmeth.ArgumentScope.nextChild == null); 806for (Symbol sym = anonmeth.ArgumentScope.firstChild; sym != null; sym = sym.nextChild)