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