1 write to otherType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1268this.otherType = this.thisMember.DeclaringType.Model.GetMetaType(ot);
7 references to otherType
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (7)
1266if (this.otherType == null) { 1269System.Diagnostics.Debug.Assert(this.otherType.IsEntity); 1271? MakeKeys(this.otherType, this.assocMap.OtherKey) 1272: this.otherType.IdentityMembers; 1273this.otherKeyIsPrimaryKey = AreEqual(this.otherKey, this.otherType.IdentityMembers); 1274foreach (MetaDataMember omm in this.otherType.DataMembers) { 1296get { return this.otherType; }