1 write to comparer
System.Data.Linq (1)
IdentityManager.cs (1)
196
this.
comparer
= new MultiKey<V1, V2>.Comparer(EqualityComparer<V1>.Default, next.Comparer);
2 references to comparer
System.Data.Linq (2)
IdentityManager.cs (2)
195
if (this.
comparer
== null) {
198
return this.
comparer
;