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