15 references to Finish
System.Linq.Expressions (15)
System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs (1)
194
Result add = cr.
Finish
(new InstanceMethodCallExpressionN(_inits[i].AddMethod, memberTemp, cr[0, -1]!));
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (3)
86
/// upon the first access to an indexer or the <see cref="
Finish
"/>
191
/// <see cref="
Finish
"/> method prior to wrapping the comma in a block
295
/// rewritten by using <see cref="
Finish
"/>.
System\Linq\Expressions\Compiler\StackSpiller.cs (11)
178
return cr.
Finish
(cr.Rewrite ? node.Rewrite(cr[0, -1]!) : expr);
208
return cr.
Finish
(node);
269
return cr.
Finish
(cr.Rewrite ?
371
return cr.
Finish
(
429
return cr.
Finish
(expr);
462
return cr.
Finish
(expr);
492
return cr.
Finish
(expr);
523
Result result = cr.
Finish
(node);
540
return cr.
Finish
(cr.Rewrite ? new InvocationExpressionN(cr[0]!, cr[1, -1]!, node.Type) : expr);
557
return cr.
Finish
(cr.Rewrite ? new NewExpression(node.Constructor, cr[0, -1]!, node.Members) : expr);
687
Result add = cr.
Finish
(new InstanceMethodCallExpressionN(inits[i].AddMethod, refTempNew, cr[0, -1]!));