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