1 write to leftValue
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2083
this.
leftValue
= value;
4 references to leftValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
2077
get { return this.
leftValue
; }
2092
if (this.
leftValue
!= null && !this.
leftValue
.ClrType.IsAssignableFrom(value.ClrType))
2093
throw Error.ArgumentWrongType("value", this.
leftValue
.ClrType, value.ClrType);