3 writes to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
26
OperandType
= typeof(int);
40
OperandType
= typeof(double);
58
OperandType
= type;
3 references to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
98
/// Determines whether any conversions necessary from the value being validated to <see cref="
OperandType
"/> as set
219
Type type =
OperandType
;
260
TypeDescriptor.GetConverter(
OperandType
);