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