2 writes to expression
System.Core (2)
System\Linq\SequenceQuery.cs (2)
53this.expression = Expression.Constant(this); 58this.expression = expression;
5 references to expression
System.Core (5)
System\Linq\SequenceQuery.cs (5)
62get { return this.expression; } 70get { return this.expression; } 128Expression body = rewriter.Visit(this.expression); 136ConstantExpression c = this.expression as ConstantExpression; 142return this.expression.ToString();