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