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