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