8 references to UnboundedValue
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
541
_facetValues.Add(EdmProviderManifest.MaxLengthFacetName, EdmConstants.
UnboundedValue
);
System\Data\Metadata\Edm\Facet.cs (1)
188
return object.ReferenceEquals(Value, EdmConstants.
UnboundedValue
);
System\Data\Metadata\Edm\FacetValueContainer.cs (2)
62
Debug.Assert(object.ReferenceEquals(unbounded, EdmConstants.
UnboundedValue
), "you must pass the unbounded value. If you are trying to set null, use the T parameter overload");
80
return EdmConstants.
UnboundedValue
;
System\Data\Metadata\Edm\TypeUsage.cs (3)
345
internal static readonly EdmConstants.Unbounded DefaultMaxLengthFacetValue = EdmConstants.
UnboundedValue
;
346
internal static readonly EdmConstants.Unbounded DefaultPrecisionFacetValue = EdmConstants.
UnboundedValue
;
347
internal static readonly EdmConstants.Unbounded DefaultScaleFacetValue = EdmConstants.
UnboundedValue
;
System\Data\Metadata\Helper.cs (1)
350
return object.ReferenceEquals(facet.Value, EdmConstants.
UnboundedValue
);