1 write to inheritanceRoot
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
594
this.
inheritanceRoot
= inheritanceRoot != null ? inheritanceRoot : this;
6 references to inheritanceRoot
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
603
if (mm.IsPrimaryKey && this.
inheritanceRoot
!= this && mm.Member.DeclaringType == this.type) {
700
Type aboveRoot =
inheritanceRoot
.Type.BaseType;
787
get { return this.
inheritanceRoot
.HasInheritance; }
800
if (this.
inheritanceRoot
== this)
806
get { return this.
inheritanceRoot
; }
823
get { return this.
inheritanceRoot
.InheritanceTypes; }