1 write to rightValue
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
2094this.rightValue = value;
4 references to rightValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (4)
2081if (this.rightValue != null && !value.ClrType.IsAssignableFrom(this.rightValue.ClrType)) 2082throw Error.ArgumentWrongType("value", this.rightValue.ClrType, value.ClrType); 2088get { return this.rightValue; }