1 type derived from AttributedMetaType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
387internal sealed class AttributedRootType : AttributedMetaType {
1 instantiation of AttributedMetaType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
498metaType = new AttributedMetaType(this.Model, this.Table, type, this);
5 references to AttributedMetaType
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
417AttributedMetaType mt = this.CreateInheritedType(type, attr.Type); 495private AttributedMetaType CreateInheritedType(Type root, Type type) { 504return (AttributedMetaType)metaType; 1008AttributedMetaType metaType; 1029internal AttributedMetaDataMember(AttributedMetaType metaType, MemberInfo mi, int ordinal) {