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