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