2 references to Scope1
System.Core (2)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
433
return new
Scope1
(ReuseOrValidateVariables(variables), args[0]);
789
return new
Scope1
(variableList, expressionList[0]);