1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1544this.type = type;
6 references to type
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
1554get { return this.type; } 1557get { return this.type.Name; } 1563get { return !this.type.IsAbstract; } 1590if (inheritanceType == this.type) 1667foreach (FieldInfo fi in this.type.GetFields(flags)) { 1672foreach (PropertyInfo pi in this.type.GetProperties(flags)) {