1 write to inheritanceRoot
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
555
this.
inheritanceRoot
= (inheritanceRoot != null) ? inheritanceRoot : this;
5 references to inheritanceRoot
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
566
if (mm.IsPrimaryKey && this.
inheritanceRoot
!= this && mm.Member.DeclaringType == this.type) {
712
get { return this.
inheritanceRoot
.HasInheritance; }
721
get { return this.
inheritanceRoot
; }
744
get { return this.
inheritanceRoot
.InheritanceTypes; }
749
return this.
inheritanceRoot
.GetInheritanceType(inheritanceType);