1 write to thisMember
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1327
this.
thisMember
= member;
9 references to thisMember
System.Data.Linq (9)
Mapping\AttributedMetaModel.cs (9)
1329
this.isMany = TypeSystem.IsSequenceType(this.
thisMember
.Type);
1330
Type ot = this.isMany ? TypeSystem.GetElementType(this.
thisMember
.Type) : this.
thisMember
.Type;
1331
this.otherType = this.
thisMember
.DeclaringType.Model.GetMetaType(ot);
1332
this.thisKey = (attr.ThisKey != null) ? MakeKeys(this.
thisMember
.DeclaringType, attr.ThisKey) : this.
thisMember
.DeclaringType.IdentityMembers;
1334
this.thisKeyIsPrimaryKey = AreEqual(this.thisKey, this.
thisMember
.DeclaringType.IdentityMembers);
1366
if (omm != this.
thisMember
&& oattr.Name == attr.Name) {
1378
get { return this.
thisMember
; }