2 references to IsNullable
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
639bool isNullable = ((EdmScalarPropertyAttribute)attrs[0]).IsNullable; 679TypeUsage.Create(propertyType, new FacetValues() { Nullable = edmScalarPropertyAttribute.IsNullable }),