9 references to ListInit
System.Linq.Expressions (9)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
110
case ExpressionType.
ListInit
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
96
case ExpressionType.
ListInit
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3075
case ExpressionType.
ListInit
: CompileListInitExpression(expr); break;
System\Linq\Expressions\ListInitExpression.cs (6)
34
public sealed override ExpressionType NodeType => ExpressionType.
ListInit
;
106
/// <returns>A <see cref="ListInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ListInit
"/> and the <see cref="ListInitExpression.NewExpression"/> property set to the specified value.</returns>
119
/// <returns>A <see cref="ListInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ListInit
"/> and the <see cref="ListInitExpression.NewExpression"/> property set to the specified value.</returns>
143
/// <returns>A <see cref="ListInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ListInit
"/> and the <see cref="ListInitExpression.NewExpression"/> property set to the specified value.</returns>
157
/// <returns>A <see cref="ListInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ListInit
"/> and the <see cref="ListInitExpression.NewExpression"/> property set to the specified value.</returns>
184
/// A <see cref="ListInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
ListInit
"/>