1 write to inheritanceDefault
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
440this.inheritanceDefault = mt;
3 references to inheritanceDefault
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
437if (this.inheritanceDefault != null) { 444if (this.inheritanceDefault == null) { 522get { return this.inheritanceDefault; }