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