1 type derived from BlockN
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
300internal sealed class SpilledExpressionBlock : BlockN {
2 instantiations of BlockN
System.Core (2)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
361return new BlockN(args); 690return new BlockN(expressions.Copy());