C# Class System.Linq.Expressions.Compiler.SpilledExpressionBlock

A special subtype of BlockExpression that indicates to the compiler that this block is a spilled expression and should not allow jumps in.
Inheritance: BlockN
Mostra file Open project: dotnet/corefx

Private Methods

Method Description
Rewrite ( ReadOnlyCollection variables, Expression args ) : BlockExpression
SpilledExpressionBlock ( IReadOnlyList expressions ) : System.Collections.Generic