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