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