3 writes to rowTypes
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1344
this.
rowTypes
= _emptyTypes;
1354
this.
rowTypes
= new List<MetaType>(1) { this.GetMetaType(map.Types[0], elementType) }.AsReadOnly();
1369
this.
rowTypes
= rowTypes.AsReadOnly();
1 reference to rowTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1429
get { return this.
rowTypes
; }