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