1 write to inheritanceTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1582this.inheritanceTypes = new MetaType[] { this }.ToList().AsReadOnly();
3 references to inheritanceTypes
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1579if (this.inheritanceTypes == null) { 1581if (this.inheritanceTypes == null) { 1586return this.inheritanceTypes;