5 instantiations of ScopeWithType
System.Linq.Expressions (5)
System\Linq\Expressions\BlockExpression.cs (5)
656return new ScopeWithType(variables, Body, Type); 661return new ScopeWithType(ReuseOrValidateVariables(variables), args, Type); 1040return new ScopeWithType(variables, expressions, type); 1053return new ScopeWithType(variables, expressions, type); 10590 => new ScopeWithType(variables, expressions, typeof(void)),