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)
99
Debug.Assert(anonmeth.
Expression
!= null);
100
Expr body = Visit(anonmeth.
Expression
);
814
Debug.Assert(anonmeth.
Expression
!= null);