1 write to isNullableType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
968
this.
isNullableType
= TypeSystem.IsNullableType(this.type);
1 reference to isNullableType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
991
this.canBeNull = cmap.CanBeNull == null ? this.
isNullableType
|| !this.type.IsValueType : (bool)cmap.CanBeNull;