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