5 references to Create
System.Data.Entity (5)
System\Data\Metadata\Edm\Facet.cs (1)
50
return
Create
(facetDescription, value, false);
System\Data\Metadata\Edm\FacetDescription.cs (4)
210
Facet defaultValueFacet = Facet.
Create
(this, this.DefaultValue, true);
226
Facet nullValueFacet = Facet.
Create
(this, null, true);
258
valueCache[0] = Facet.
Create
(this, true, true);
259
valueCache[1] = Facet.
Create
(this, false, true);