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