4 references to DerivedTypes
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (2)
429
if (typeMapping.InheritanceCode != null || typeMapping.
DerivedTypes
.Count > 0) {
529
foreach (TypeMapping tm in typeMap.
DerivedTypes
) {
Mapping\MappingSource.cs (1)
510
tm.
DerivedTypes
.Add(ReadTypeMapping(tm, reader));
parent\DbmlShared\Mapping.cs (1)
65
foreach (TypeMapping subMap in map.
DerivedTypes
) {