3 references to BlockN
System.Core (3)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
361return new BlockN(args); 690return new BlockN(expressions.Copy());
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
302: base(expressions) {