2 writes to inheritanceTypes
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
446this.inheritanceTypes = this.derivedTypes.Values.ToList().AsReadOnly(); 449this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly();
1 reference to inheritanceTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
545get { return this.inheritanceTypes; }