1 type derived from ScopeN
System.Core (1)
Microsoft\Scripting\Ast\BlockExpression.cs (1)
467internal class ScopeWithType : ScopeN {
2 instantiations of ScopeN
System.Core (2)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
463return new ScopeN(ReuseOrValidateVariables(variables), args); 791return new ScopeN(variableList, expressionList);