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