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