1 write to thisMember
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1227this.thisMember = mm;
13 references to thisMember
System.Data.Linq (13)
Mapping\MappedMetaModel.cs (13)
1233throw Error.MismatchedThisKeyOtherKey(thisMember.Name, thisMember.DeclaringType.Name); 1238this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type); 1240? MakeKeys(this.thisMember.DeclaringType, this.assocMap.ThisKey) 1241: this.thisMember.DeclaringType.IdentityMembers; 1243this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.thisMember.DeclaringType.IdentityMembers); 1261throw Error.InvalidDeleteOnNullSpecification(thisMember); 1267Type ot = this.isMany ? TypeSystem.GetElementType(this.thisMember.Type) : this.thisMember.Type; 1268this.otherType = this.thisMember.DeclaringType.Model.GetMetaType(ot); 1275if (omm.IsAssociation && omm != this.thisMember && omm.MappedName == this.thisMember.MappedName) { 1284get { return this.thisMember; }