3 writes to rowTypes
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
875
this.
rowTypes
= _emptyTypes;
893
this.
rowTypes
= new List<MetaType>(1) { this.GetMetaType(elementType) }.AsReadOnly();
905
this.
rowTypes
= rowTypes.AsReadOnly();
1 reference to rowTypes
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
970
get { return this.
rowTypes
; }