1 write to inheritanceBase
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
814
this.
inheritanceBase
= InheritanceBaseFinder.FindBase(this);
3 references to inheritanceBase
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
811
if (!this.inheritanceBaseSet && this.
inheritanceBase
== null) {
813
if (this.
inheritanceBase
== null) {
819
return this.
inheritanceBase
;