4 references to DefaultMaxLengthFacetValue
System.Data.Entity (4)
System\Data\Metadata\CacheForPrimitiveTypes.cs (1)
162facets[i] = Facet.Create(facetDescriptions[i], TypeUsage.DefaultMaxLengthFacetValue);
System\Data\Metadata\Edm\TypeUsage.cs (2)
159new FacetValues{ MaxLength = TypeUsage.DefaultMaxLengthFacetValue, 208new FacetValues{MaxLength = TypeUsage.DefaultMaxLengthFacetValue,
System\Data\Metadata\TypeHelpers.cs (1)
825new FacetValues{ Unicode = isUnicode, MaxLength = TypeUsage.DefaultMaxLengthFacetValue, FixedLength = false, Nullable = false});