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