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