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