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;
4 references to OperandType
Microsoft.AspNetCore.Components.Forms (1)
ClientValidation\DefaultClientValidationService.cs (1)
102
if (!IsNumericRangeOperand(ra.
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
);