1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
593this.type = type;
10 references to type
System.Data.Linq (10)
Mapping\MappedMetaModel.cs (10)
603if (mm.IsPrimaryKey && this.inheritanceRoot != this && mm.Member.DeclaringType == this.type) { 604throw (Error.PrimaryKeyInSubTypeNotSupported(this.type.Name, mm.Name)); 641Type currentType = this.type; 650FieldInfo[] fis = TypeSystem.GetAllFields(this.type, flags).ToArray(); 671PropertyInfo[] pis = TypeSystem.GetAllProperties(this.type, flags).ToArray(); 704throw Error.MappedMemberHadNoCorrespondingMemberInType(orphan.Value.MemberName, type.Name); 750get { return this.type; } 753get { return this.type.Name; } 765get { return !this.type.IsAbstract && (this == this.InheritanceRoot || this.HasInheritanceCode); } 834if (mt.Type.BaseType == this.type)