1 write to derivedTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
437
this.
derivedTypes
= new Dictionary<Type, MetaType>();
5 references to derivedTypes
System.Data.Linq (5)
Mapping\MappedMetaModel.cs (5)
445
if (this.
derivedTypes
!= null) {
446
this.inheritanceTypes = this.
derivedTypes
.Values.ToList().AsReadOnly();
498
this.
derivedTypes
.Add(type.Type, type);
552
if (this.
derivedTypes
!= null) {
553
this.
derivedTypes
.TryGetValue(type, out metaType);