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