2 references to GetMetaType
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1354this.rowTypes = new List<MetaType>(1) { this.GetMetaType(map.Types[0], elementType) }.AsReadOnly(); 1363MetaType mt = this.GetMetaType(rtm, elementType);