5 references to DefaultValue
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
377this.AddObjectContentToHashBuilder(edmProperty.DefaultValue);
System.Data.Entity.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
688return property.DefaultValue != null; 694object value = property.DefaultValue;
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
612return property.DefaultValue != null; 621object value = property.DefaultValue;