2 references to DefaultPrecisionFacetValue
System.Data.Entity (2)
System\Data\Metadata\CacheForPrimitiveTypes.cs (1)
174facets[i] = Facet.Create(facetDescriptions[i], TypeUsage.DefaultPrecisionFacetValue);
System\Data\Metadata\Edm\TypeUsage.cs (1)
318new FacetValues{ Precision = TypeUsage.DefaultPrecisionFacetValue, Scale = TypeUsage.DefaultScaleFacetValue });