1 write to type
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1718
this.
type
= TypeSystem.GetMemberType(mi);
3 references to type
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1751
get { return this.
type
; }
1793
get { return !this.
type
.IsValueType || TypeSystem.IsNullableType(this.
type
); }