3 references to BlockCore
System.Linq.Expressions (3)
System\Linq\Expressions\BlockExpression.cs (3)
988
return
BlockCore
(null, variableList, expressionList);
1024
return
BlockCore
(type, variableList, expressionList);
1092
0 =>
BlockCore
(typeof(void), ReadOnlyCollection<ParameterExpression>.Empty, ReadOnlyCollection<Expression>.Empty),