1 write to otherType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1331this.otherType = this.thisMember.DeclaringType.Model.GetMetaType(ot);
5 references to otherType
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
1333this.otherKey = (attr.OtherKey != null) ? MakeKeys(otherType, attr.OtherKey) : this.otherType.IdentityMembers; 1335this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.otherType.IdentityMembers); 1363foreach (MetaDataMember omm in this.otherType.PersistentDataMembers) { 1375get { return this.otherType; }