1 write to next
System.Data.Linq (1)
IdentityManager.cs (1)
161this.next = next;
3 references to next
System.Data.Linq (3)
IdentityManager.cs (3)
168this.next.CreateKeyFromInstance(instance) 181if (!this.next.TryCreateKeyFromValues(values, out v2)) { 196this.comparer = new MultiKey<V1, V2>.Comparer(EqualityComparer<V1>.Default, next.Comparer);