1 instantiation of Unbounded
System.Data.Services.Design (1)
System\Data\Metadata\Edm\EdmConstants.cs (1)
199static readonly Unbounded _instance = new Unbounded();
4 references to Unbounded
System.Data.Services.Design (4)
System\Data\Metadata\Edm\EdmConstants.cs (4)
196internal static readonly Unbounded UnboundedValue = Unbounded.Instance; 199static readonly Unbounded _instance = new Unbounded(); 201static internal Unbounded Instance { get { return _instance; } }