2 references to IsNullable
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
387this.CheckIsNotNull = !TypeSemantics.IsNullable(member) &&
System\Data\Query\InternalTrees\Metadata.cs (1)
175return (m_property == null) || TypeSemantics.IsNullable(m_property);