1 write to IdentityMembers
System.Data.Linq (1)
SqlClient\Query\QueryConverter.cs (1)
2716this.IdentityMembers = new List<MemberInfo>(members);
7 references to IdentityMembers
System.Data.Linq (7)
SqlClient\Query\QueryConverter.cs (7)
2715System.Diagnostics.Debug.Assert(this.IdentityMembers == null, "We already have a set of keys -- why are we adding more?"); 2738if (this.IdentityMembers != null) { 2768if (this.IdentityMembers == null || this.IdentityMembers.Count == 0) { 2778if (this.IdentityMembers.Count == 1) { 2779MemberInfo column = this.IdentityMembers[0]; 2815foreach (MemberInfo column in this.IdentityMembers) {