1 write to Expression
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BoundAnonymousFunction.cs (1)
17
Expression
= expression;
3 references to Expression
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (3)
98
Debug.Assert(anonmeth.
Expression
!= null);
99
Expr body = Visit(anonmeth.
Expression
);
813
Debug.Assert(anonmeth.
Expression
!= null);