17 references to Add
System.Linq.Expressions (17)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (7)
73
/// in calls to <see cref="
Add
(Expression)"/>.
79
/// child expression through <see cref="
Add
(Expression)"/>, the state changes from
88
/// calls to <see cref="
Add
(Expression)"/> are no longer allowed.
153
Add
(expressions[i]);
170
Add
(expressions.GetArgument(i));
175
/// Called after all child expressions have been added using <see cref="
Add
(Expression)"/>
301
/// calls to <see cref="
Add
(Expression)"/>.
System\Linq\Expressions\Compiler\StackSpiller.cs (10)
187
cr.
Add
(index.Object);
189
cr.
Add
(node.Right);
258
cr.
Add
(node.Left);
260
cr.
Add
(node.Right);
262
cr.
Add
(node.Conversion);
360
cr.
Add
(lvalue.Expression);
362
cr.
Add
(node.Right);
412
cr.
Add
(node.Object);
440
cr.
Add
(node.Object);
530
cr.
Add
(node.Expression);