1 write to Conversion
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RangeAttribute.cs (1)
78this.Conversion = conversion;
2 references to Conversion
System.ComponentModel.DataAnnotations (2)
DataAnnotations\RangeAttribute.cs (2)
108convertedValue = this.Conversion(value); 141if (this.Conversion == null) {