9 references to ListInit
System.Linq.Expressions (9)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
110case ExpressionType.ListInit:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
96case ExpressionType.ListInit:
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3075case ExpressionType.ListInit: CompileListInitExpression(expr); break;
System\Linq\Expressions\ListInitExpression.cs (6)
34public 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"/>