internal static bool IsFacetValueConstant(TypeUsage type, string facetName) { return(MetadataHelpers.GetFacet(((PrimitiveType)type.EdmType).FacetDescriptions, facetName).IsConstant); }