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