1 write to inheritanceCodes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
438
this.
inheritanceCodes
= new Dictionary<object, MetaType>();
4 references to inheritanceCodes
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
442
if (this.inheritanceDefault == null && (this.inheritanceCode != null || this.
inheritanceCodes
!= null && this.
inheritanceCodes
.Count > 0))
508
foreach (object d in
inheritanceCodes
.Keys) {
520
this.
inheritanceCodes
.Add(keyValue, type);