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.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
155case 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 219Type type = OperandType; 260TypeDescriptor.GetConverter(OperandType);