4 references to MakeKeys
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (2)
1332this.thisKey = (attr.ThisKey != null) ? MakeKeys(this.thisMember.DeclaringType, attr.ThisKey) : this.thisMember.DeclaringType.IdentityMembers; 1333this.otherKey = (attr.OtherKey != null) ? MakeKeys(otherType, attr.OtherKey) : this.otherType.IdentityMembers;
Mapping\MappedMetaModel.cs (2)
1240? MakeKeys(this.thisMember.DeclaringType, this.assocMap.ThisKey) 1271? MakeKeys(this.otherType, this.assocMap.OtherKey)