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