1 write to type
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1034
this.
type
= TypeSystem.GetMemberType(mi);
4 references to type
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
1035
this.isNullableType = TypeSystem.IsNullableType(this.
type
);
1046
Type storageType = this.storageMember != null ? TypeSystem.GetMemberType(this.storageMember) : this.
type
;
1099
get { return this.
type
; }
1159
return this.isNullableType || !this.
type
.IsValueType;