4 writes to LValue
System.Data.Linq (4)
SqlClient\Common\SqlNode.cs (1)
2072
this.
LValue
= lValue;
SqlClient\Common\SqlVisitor.cs (1)
478
sa.
LValue
= this.VisitExpression(sa.LValue);
SqlClient\Query\SqlBinder.cs (1)
1005
sa.
LValue
= this.FetchExpression(sa.LValue);
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
73
sa.
LValue
= this.VisitExpression(sa.LValue);
7 references to LValue
System.Data.Linq (7)
SqlClient\Common\SqlVisitor.cs (1)
478
sa.LValue = this.VisitExpression(sa.
LValue
);
SqlClient\Query\SqlBinder.cs (1)
1005
sa.LValue = this.FetchExpression(sa.
LValue
);
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
73
sa.LValue = this.VisitExpression(sa.
LValue
);
SqlClient\Query\SqlDuplicator.cs (1)
305
return new SqlAssign(this.VisitExpression(sa.
LValue
), this.VisitExpression(sa.RValue), sa.SourceExpression);
SqlClient\Query\SqlFormatter.cs (2)
1067
this.Visit(sa.
LValue
);
1082
this.Visit(sa.
LValue
);
SqlClient\Query\SqlRetyper.cs (1)
203
this.CoerceToFirst(sa.
LValue
, ref right);