1 write to match
System.Data.Linq (1)
SqlClient\Query\SqlResolver.cs (1)
173this.match = this.GetOriginatingColumn(col);
10 references to match
System.Data.Linq (10)
SqlClient\Query\SqlResolver.cs (10)
189if (this.RefersToColumn(c, this.match)) { 191throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 202if (c == this.match) { 204throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 233if (c == this.match) { 235throw Error.ColumnIsDefinedInMultiplePlaces(GetColumnName(this.match)); 264if (this.RefersToColumn(exp, this.found) || this.RefersToColumn(exp, this.match)) { 281if (select.IsDistinct && !match.IsConstantColumn) { 282throw Error.ColumnIsNotAccessibleThroughDistinct(GetColumnName(this.match)); 289throw Error.ColumnIsNotAccessibleThroughGroupBy(GetColumnName(this.match));