1 write to inheritanceBase
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
729
this.
inheritanceBase
= InheritanceBaseFinder.FindBase(this);
3 references to inheritanceBase
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
726
if (!this.inheritanceBaseSet && this.
inheritanceBase
== null) {
728
if (this.
inheritanceBase
== null) {
734
return this.
inheritanceBase
;