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