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