2 instantiations of ScopeWithType
System.Core (2)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
483
return new
ScopeWithType
(ReuseOrValidateVariables(variables), args, _type);
786
return new
ScopeWithType
(variableList, expressionList, type);