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