1 write to CanBeNull
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
597cm.CanBeNull = OptionalNullableBoolAttribute(reader, XmlMappingConstant.CanBeNull);
2 references to CanBeNull
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
991this.canBeNull = cmap.CanBeNull == null ? this.isNullableType || !this.type.IsValueType : (bool)cmap.CanBeNull;