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