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