5 writes to RValue
System.Data.Linq (5)
SqlClient\Common\SqlNode.cs (1)
2073this.RValue = rValue;
SqlClient\Common\SqlVisitor.cs (1)
479sa.RValue = this.VisitExpression(sa.RValue);
SqlClient\Query\SqlBinder.cs (1)
1006sa.RValue = this.FetchExpression(sa.RValue);
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
74sa.RValue = this.VisitExpression(sa.RValue);
SqlClient\Query\SqlRetyper.cs (1)
204sa.RValue = right;
7 references to RValue
System.Data.Linq (7)
SqlClient\Common\SqlVisitor.cs (1)
479sa.RValue = this.VisitExpression(sa.RValue);
SqlClient\Query\SqlBinder.cs (1)
1006sa.RValue = this.FetchExpression(sa.RValue);
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
74sa.RValue = this.VisitExpression(sa.RValue);
SqlClient\Query\SqlDuplicator.cs (1)
305return new SqlAssign(this.VisitExpression(sa.LValue), this.VisitExpression(sa.RValue), sa.SourceExpression);
SqlClient\Query\SqlFormatter.cs (2)
1069this.Visit(sa.RValue); 1084this.Visit(sa.RValue);
SqlClient\Query\SqlRetyper.cs (1)
202SqlExpression right = sa.RValue;