1 instantiation of SpilledExpressionBlock
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
292
return new
SpilledExpressionBlock
(expressions);
2 references to SpilledExpressionBlock
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (2)
168
if (node is
SpilledExpressionBlock
) {
211
if (block == null || block is
SpilledExpressionBlock
) {