3 instantiations of SpilledExpressionBlock
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs (3)
20
return new
SpilledExpressionBlock
(expressions.ToArray());
30
return new
SpilledExpressionBlock
(expressions);
40
return new
SpilledExpressionBlock
(expressions);
2 references to SpilledExpressionBlock
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs (2)
176
if (node is
SpilledExpressionBlock
)
224
if (block == null || block is
SpilledExpressionBlock
)