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