2 writes to inheritanceTypes
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
450this.inheritanceTypes = this.types.Values.ToList().AsReadOnly(); 453this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly();
1 reference to inheritanceTypes
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
508get { return this.inheritanceTypes; }