6 writes to found
System.Data.Linq (6)
SqlClient\Query\SqlResolver.cs (6)
174this.found = null; 193this.found = c; 205this.found = c; 236this.found = c; 248this.found = c; 257this.found = c;
14 references to found
System.Data.Linq (14)
SqlClient\Query\SqlResolver.cs (14)
176return this.found; 190if (this.found != null) { 203if (this.found != null) 217if (this.found == null) { 234if (this.found != null) 247if (this.RefersToColumn(c, this.found)) { 255SqlColumn c = new SqlColumn(found.ClrType, found.SqlType, name, this.found.MetaMember, new SqlColumnRef(this.found), row.SourceExpression); 264if (this.RefersToColumn(exp, this.found) || this.RefersToColumn(exp, this.match)) { 275if (this.found == null) { 280if (this.found != null) { 285this.ForceLocal(select.Row, this.found.Name);