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