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