2 writes to expression
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
1936this.expression = expression; 1945this.expression = value;
4 references to expression
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
1941get { return this.expression; } 1943if (value == null || this.expression != null && this.expression.ClrType != value.ClrType) 1944throw Error.ArgumentWrongType(value, this.expression.ClrType, value.ClrType);