5 writes to DefaultValue
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\BooleanFacetDescriptionElement.cs (1)
41DefaultValue = value;
System\Data\EntityModel\SchemaObjectModel\ByteFacetDescriptionElement.cs (1)
42DefaultValue = (Byte)value;
System\Data\EntityModel\SchemaObjectModel\IntegerFacetDescriptionElement.cs (1)
42DefaultValue = value;
System\Data\EntityModel\SchemaObjectModel\SridFacetDescriptionElement.cs (2)
42DefaultValue = EdmConstants.VariableValue; 49DefaultValue = intValue;
1 reference to DefaultValue
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
155_facetDescription = new FacetDescription(Name, FacetType, MinValue, MaxValue, DefaultValue, _isConstant, declaringTypeName);