4 writes to lastName
System.Data.Linq (4)
SqlClient\Query\SqlNamer.cs (4)
147
this.
lastName
= null;
152
this.
lastName
= saveLastName;
158
this.
lastName
= name;
163
this.
lastName
= saveLastName;
4 references to lastName
System.Data.Linq (4)
SqlClient\Query\SqlNamer.cs (4)
146
string saveLastName = this.
lastName
;
157
string saveLastName = this.
lastName
;
168
if (cref.Column.Name == null && this.
lastName
!= null) {
169
cref.Column.Name = this.
lastName
;