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