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