1 write to expression
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1213
this.
expression
= value;
4 references to expression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1207
get { return this.
expression
; }
1211
if (this.
expression
!= null && this.
expression
.ClrType != value.ClrType)
1212
throw Error.ArgumentWrongType("value", this.
expression
.ClrType, value.ClrType);