1 write to referencedColumns
System.Data.Linq (1)
SqlClient\Query\SqlOuterApplyReducer.cs (1)
409
this.
referencedColumns
= new HashSet<SqlColumn>();
2 references to referencedColumns
System.Data.Linq (2)
SqlClient\Query\SqlOuterApplyReducer.cs (2)
440
bool isLockedExpression = this.
referencedColumns
.Contains(sc);
499
SqlGatherReferencedColumns.Gather(expression, this.
referencedColumns
);