1 write to type
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
554this.type = type;
9 references to type
System.Data.Linq (9)
Mapping\AttributedMetaModel.cs (9)
566if (mm.IsPrimaryKey && this.inheritanceRoot != this && mm.Member.DeclaringType == this.type) { 567throw(Error.PrimaryKeyInSubTypeNotSupported(this.type.Name, mm.Name)); 602FieldInfo[] fis = TypeSystem.GetAllFields(this.type, flags).ToArray(); 620PropertyInfo[] pis = TypeSystem.GetAllProperties(this.type, flags).ToArray(); 676get { return this.type; } 679get { return this.type.Name; } 690get { return !this.type.IsAbstract && (this == this.InheritanceRoot || this.HasInheritanceCode); } 747if (inheritanceType == this.type) 760if (mt.Type.BaseType == this.type)