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