3 references to IsNumericType
System.Data.Entity (3)
System\Data\Metadata\Edm\FacetDescription.cs (3)
79Debug.Assert(FacetDescription.IsNumericType(facetType), "Min and Max Values can only be specified for numeric facets"); 292if (FacetDescription.IsNumericType(facetType)) 317else if (FacetDescription.IsNumericType(_facetType))