1 write to derivedTypes
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
763
this.
derivedTypes
= dTypes.AsReadOnly();
3 references to derivedTypes
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
755
if (this.
derivedTypes
== null) {
757
if (this.
derivedTypes
== null) {
767
return this.
derivedTypes
;