3 references to IsVariableFacetValue
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
518
if (Helper.
IsVariableFacetValue
(sridFacet))
System\Data\Metadata\Edm\Facet.cs (1)
90
if (value != null && !Helper.IsUnboundedFacetValue(result) && !Helper.
IsVariableFacetValue
(result) && result.FacetType.ClrType != null)
System\Data\Metadata\TypeHelpers.cs (1)
265
if (type.Facets.TryGetValue(facetName, false, out intFacet) && intFacet.Value != null && !Helper.IsUnboundedFacetValue(intFacet) && !Helper.
IsVariableFacetValue
(intFacet))