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