1 write to isNullableType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1035
this.
isNullableType
= TypeSystem.IsNullableType(this.type);
1 reference to isNullableType
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1159
return this.
isNullableType
|| !this.type.IsValueType;