2 references to GetMetaType
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
893
this.rowTypes = new List<MetaType>(1) { this.
GetMetaType
(elementType) }.AsReadOnly();
899
MetaType mt = this.
GetMetaType
(type);