3 writes to OperandType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (3)
26OperandType = typeof(int); 40OperandType = typeof(double); 58OperandType = type;
4 references to OperandType
Microsoft.AspNetCore.Components.Forms (1)
ClientValidation\DefaultClientValidationService.cs (1)
102if (!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 219Type type = OperandType; 260TypeDescriptor.GetConverter(OperandType);