6 references to MemberInit
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
116case ExpressionType.MemberInit:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
102case ExpressionType.MemberInit:
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3077case ExpressionType.MemberInit: CompileMemberInitExpression(expr); break;
System\Linq\Expressions\MemberInitExpression.cs (3)
39public sealed override ExpressionType NodeType => ExpressionType.MemberInit; 139/// <returns>A <see cref="MemberInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.MemberInit"/> and the <see cref="MemberInitExpression.NewExpression"/> and <see cref="MemberInitExpression.Bindings"/> properties set to the specified values.</returns> 151/// <returns>A <see cref="MemberInitExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.MemberInit"/> and the <see cref="MemberInitExpression.NewExpression"/> and <see cref="MemberInitExpression.Bindings"/> properties set to the specified values.</returns>