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