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