1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
967
this.
type
= TypeSystem.GetMemberType(mi);
4 references to type
System.Data.Linq (4)
Mapping\MappedMetaModel.cs (4)
968
this.isNullableType = TypeSystem.IsNullableType(this.
type
);
977
Type storageType = this.storageMember != null ? TypeSystem.GetMemberType(this.storageMember) : this.
type
;
991
this.canBeNull = cmap.CanBeNull == null ? this.isNullableType || !this.
type
.IsValueType : (bool)cmap.CanBeNull;
1054
get { return this.
type
; }