1 type derived from ScopeN
System.Linq.Expressions (1)
System\Linq\Expressions\BlockExpression.cs (1)
640
internal sealed class ScopeWithType :
ScopeN
3 instantiations of ScopeN
System.Linq.Expressions (3)
System\Linq\Expressions\BlockExpression.cs (3)
631
return new
ScopeN
(variables, _body);
636
return new
ScopeN
(ReuseOrValidateVariables(variables), args);
1061
_ => new
ScopeN
(variables, expressions),