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)
188return object.ReferenceEquals(Value, EdmConstants.UnboundedValue);
System\Data\Metadata\Edm\FacetValueContainer.cs (2)
62Debug.Assert(object.ReferenceEquals(unbounded, EdmConstants.UnboundedValue), "you must pass the unbounded value. If you are trying to set null, use the T parameter overload"); 80return EdmConstants.UnboundedValue;
System\Data\Metadata\Edm\TypeUsage.cs (3)
345internal static readonly EdmConstants.Unbounded DefaultMaxLengthFacetValue = EdmConstants.UnboundedValue; 346internal static readonly EdmConstants.Unbounded DefaultPrecisionFacetValue = EdmConstants.UnboundedValue; 347internal static readonly EdmConstants.Unbounded DefaultScaleFacetValue = EdmConstants.UnboundedValue;
System\Data\Metadata\Helper.cs (1)
350return object.ReferenceEquals(facet.Value, EdmConstants.UnboundedValue);