1 instantiation of Unbounded
System.Data.Entity (1)
System\Data\Metadata\Edm\EdmConstants.cs (1)
218
static readonly Unbounded _instance = new
Unbounded
();
8 references to Unbounded
System.Data.Entity (8)
System\Data\Metadata\Edm\EdmConstants.cs (4)
215
internal static readonly
Unbounded
UnboundedValue =
Unbounded
.Instance;
218
static readonly
Unbounded
_instance = new Unbounded();
220
static internal
Unbounded
Instance { get { return _instance; } }
System\Data\Metadata\Edm\FacetValueContainer.cs (1)
60
public static implicit operator FacetValueContainer<T>(System.Data.Metadata.Edm.EdmConstants.
Unbounded
unbounded)
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;