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