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.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
154
case RangeAttribute ra when 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
234
Type type =
OperandType
;
275
TypeDescriptor.GetConverter(
OperandType
);