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