Base:
property
Type
System.Linq.Expressions.BlockExpression.Type
1 write to Type
System.Linq.Expressions (1)
System\Linq\Expressions\BlockExpression.cs (1)
645Type = type;
2 references to Type
System.Linq.Expressions (2)
System\Linq\Expressions\BlockExpression.cs (2)
656return new ScopeWithType(variables, Body, Type); 661return new ScopeWithType(ReuseOrValidateVariables(variables), args, Type);