1 write to derivedTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
837
this.
derivedTypes
= dTypes.AsReadOnly();
3 references to derivedTypes
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
829
if (this.
derivedTypes
== null) {
831
if (this.
derivedTypes
== null) {
841
return this.
derivedTypes
;