9 references to RefersToColumn
System.Data.Linq (9)
SqlClient\Common\SqlVisitor.cs (4)
622return exp == col || this.RefersToColumn(((SqlColumn)exp).Expression, col); 625return cref.Column == col || this.RefersToColumn(cref.Column.Expression, col); 629if (this.RefersToColumn(set.Expressions[i], col)) { 635return this.RefersToColumn(((SqlUnary)exp).Operand, col);
SqlClient\Query\SqlFlattener.cs (1)
153if (this.RefersToColumn(c, col)) {
SqlClient\Query\SqlResolver.cs (4)
189if (this.RefersToColumn(c, this.match)) { 247if (this.RefersToColumn(c, this.found)) { 264if (this.RefersToColumn(exp, this.found) || this.RefersToColumn(exp, this.match)) {