1 write to _isConstant
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
122
_isConstant
= value;
1 reference to _isConstant
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
155
_facetDescription = new FacetDescription(Name, FacetType, MinValue, MaxValue, DefaultValue,
_isConstant
, declaringTypeName);